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
The exists endpoint returns a response { result: "true" }, with the (boolean) value being a string. Is this intentional or should the value be an actual boolean, ie { result: true }?
(This issue comes from the Discord channel)
The exists endpoint returns a response { result: "true" }, with the (boolean) value being a string. Is this intentional or should the value be an actual boolean, ie { result: true }?