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
Ego only supports three permission levels: DENY, READ, WRITE
Please remove ADMIN from PERMISSIONS export in common.ts
Any references to PERMISSIONS.ADMIN can be removed. This shouldn't break any functionality but anything that becomes logically problematic we should review.
The text was updated successfully, but these errors were encountered:
Describe the bug
Ego only supports three permission levels:
DENY
,READ
,WRITE
Please remove
ADMIN
fromPERMISSIONS
export incommon.ts
Any references to
PERMISSIONS.ADMIN
can be removed. This shouldn't break any functionality but anything that becomes logically problematic we should review.The text was updated successfully, but these errors were encountered: