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
Currently the getHyperboardAdmins method does 2 queries: get all admin ids, then get all users for those ids. This could be 1 query to fix a db roundtrip.
Activity