Replies: 1 comment
-
Thanks for reporting, should be resolved in this commit which is now available from v2.0.12 that's now available on npm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When calling a service using
client.api
, I specified a GET method, but a POST request was sent:A screenshot of the request in the browser when calling the service:
I found an operator precedence error in a piece of code while debugging it.
Fix it:
Beta Was this translation helpful? Give feedback.
All reactions