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
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: