Skip to content

Commit

Permalink
Fix lint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Jun 1, 2023
1 parent 985a4ad commit c2cf55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const USER_ROLE = {
SOLUTION_ARCHITECT: 'Solution Architect',
PROJECT_MANAGER: 'Project Manager',
TOPCODER_USER: 'Topcoder User',
TG_ADMIN: 'tgadmin'
TG_ADMIN: 'tgadmin',
};

export const ADMIN_ROLES = [USER_ROLE.CONNECT_ADMIN, USER_ROLE.TOPCODER_ADMIN, USER_ROLE.TG_ADMIN];
Expand Down

0 comments on commit c2cf55d

Please sign in to comment.