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
If I put api_version: 2.0 instead of api_version: "2.0" (missing the quotes), Datura behaves unexpectedly, trying to post into API version 1 but not warning the user. Needs to be changed to handle these scenarios, perhaps by warning or quitting when there is any option other than "1.0" and "2.0"
The text was updated successfully, but these errors were encountered:
If I put
api_version: 2.0
instead ofapi_version: "2.0"
(missing the quotes), Datura behaves unexpectedly, trying to post into API version 1 but not warning the user. Needs to be changed to handle these scenarios, perhaps by warning or quitting when there is any option other than "1.0" and "2.0"The text was updated successfully, but these errors were encountered: