We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985a4ad commit c2cf55dCopy full SHA for c2cf55d
src/constants.js
@@ -65,7 +65,7 @@ export const USER_ROLE = {
65
SOLUTION_ARCHITECT: 'Solution Architect',
66
PROJECT_MANAGER: 'Project Manager',
67
TOPCODER_USER: 'Topcoder User',
68
- TG_ADMIN: 'tgadmin'
+ TG_ADMIN: 'tgadmin',
69
};
70
71
export const ADMIN_ROLES = [USER_ROLE.CONNECT_ADMIN, USER_ROLE.TOPCODER_ADMIN, USER_ROLE.TG_ADMIN];
0 commit comments