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
Is your feature request related to a problem? Please describe.
When I pass in a number in a query using this library, I get an error response from the server API that it was passed a string instead of an int.
Describe the solution you'd like
Pass numbers through the checkArgs function without converting them to string.
Give some examples of implementations
PR coming.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I pass in a number in a query using this library, I get an error response from the server API that it was passed a string instead of an int.
Describe the solution you'd like
Pass numbers through the
checkArgs
function without converting them to string.Give some examples of implementations
PR coming.
The text was updated successfully, but these errors were encountered: