Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coerce 'undefined' string to undefined #55

Closed
BerkeleyTrue opened this issue Feb 13, 2015 · 2 comments · Fixed by #132
Closed

coerce 'undefined' string to undefined #55

BerkeleyTrue opened this issue Feb 13, 2015 · 2 comments · Fixed by #132
Labels

Comments

@BerkeleyTrue
Copy link

When a param is undefined, server side the api returns the actual undefined primitive, but on request from client the undefined param is now a string. This means for every string param we need to check whether the value is true-y and as well not equal to the string 'undefined'.

@mridgway mridgway added the bug label Feb 13, 2015
@mridgway
Copy link
Collaborator

Sounds like an inconvenient bug. We'll take a look at it.

@BerkeleyTrue
Copy link
Author

Hooray!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants