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
// {"global_admin": {"$ne": true}} ensures that global admins are excluded from deletion. If set to {"$ne": false}, only global admins which matches other rules will be deteled.
21
+
// {"global_admin": {"$ne": true}} ensures that global admins are excluded from deletion.
22
22
23
23
//although mogodb does not return null on $lt, keep like above for safety
0 commit comments