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
return {
"ran_successfully": False,
"error_message": "Sorry :( Our server is at capacity right now and we are unable to process your query. Please try again in a few minutes?",
};
False doesn't exist in JavaScript.
false should work.
The text was updated successfully, but these errors were encountered:
False
doesn't exist in JavaScript.false
should work.The text was updated successfully, but these errors were encountered: