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
This was trying to query on a field not in the schema (`scores`), which
now causes a type error. This looks like it was intending to test that
you can apply the `$gte` operator to a numeric field, so I've switched
this to query the `age` property instead.
0 commit comments