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
It would make more sense and be useful for systems which deal with every entity. And you wouldn't even use query like that in the first place if you expected it to return nothing.
Changing it to the suggested behavior is as simple as removing this:
if(mask===0){return[]}
The text was updated successfully, but these errors were encountered:
It would make more sense and be useful for systems which deal with every entity. And you wouldn't even use query like that in the first place if you expected it to return nothing.
Changing it to the suggested behavior is as simple as removing this:
The text was updated successfully, but these errors were encountered: