defog-ai/defog-node

`False` is not defined

Opened this issue · 0 comments

GuiSim commented
      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.