Fix Proxy error issue #1027
This commit is contained in:
@@ -23,7 +23,7 @@ const axiosWithProxy = async (req, { state }) => {
|
||||
}
|
||||
)
|
||||
|
||||
if (!data.data.success) {
|
||||
if (!data.success) {
|
||||
throw new Error(data.data.message || "Proxy Error")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user