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

Incorrect task encoding #1

Closed
teslitsky opened this issue Apr 5, 2017 · 1 comment
Closed

Incorrect task encoding #1

teslitsky opened this issue Apr 5, 2017 · 1 comment

Comments

@teslitsky
Copy link
Contributor

Hello. Thank you for your solid work.
I have found bug about encoding conditions like
task.update(User, { id: 123, balance: { $gte: 100 } })
I have error Error: key $gte must not start with '$'.
it's because handle$Token function do not encode second level conditions like $gte.

e-oj pushed a commit that referenced this issue Apr 10, 2017
@e-oj
Copy link
Owner

e-oj commented Apr 10, 2017

I've pushed updates that address this issue. Run the tests to make sure it's all good. Thanks again for your help.

@e-oj e-oj closed this as completed Apr 10, 2017
@e-oj e-oj added the bug label Jun 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants