You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when response.statusCode !== 200 you always return boolean true as the error. I'd change that to body instead, I assume it will contain the actual error message.
The text was updated successfully, but these errors were encountered:
when response.statusCode !== 200 you always return boolean
true
as the error. I'd change that tobody
instead, I assume it will contain the actual error message.The text was updated successfully, but these errors were encountered: