Skip to content

Commit

Permalink
Update Permission.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Nov 1, 2023
1 parent 40ee80f commit 487a196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/util/Permission.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const PERMISSION = Object.freeze(
{
MANAGE_DISTRICT_USERS_PERMISSION: 'MANAGE_DISTRICT_USERS_PERMISSION',
MANAGE_DISTRICT_USERS_PERMISSION: 'MANAGE_DISTRICT_USERS_PERMISSION',
MANAGE_SCHOOL_USERS_PERMISSION: 'MANAGE_SCHOOL_USERS_PERMISSION',
VIEW_SCHOOL_PERMISSION: 'VIEW_SCHOOL_PERMISSION',
VIEW_DISTRICT_PERMISSION: 'VIEW_DISTRICT_PERMISSION',
VIEW_AUTHORITY_PERMISSION: 'VIEW_AUTHORITY_PERMISSION'
Expand Down

0 comments on commit 487a196

Please sign in to comment.