Skip to content

Commit 7fea7a3

Browse files
author
vikasrohit
authored
Merge pull request #97 from topcoder-platform/hotfix/removing_copilots_from_project_approved_event
Hotfix/removing copilots from project approved event
2 parents 8645140 + 3e28589 commit 7fea7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/events-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const EVENTS = [
5858
}, {
5959
type: BUS_API_EVENT.CONNECT.PROJECT.APPROVED,
6060
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],
61-
topcoderRoles: [ROLE_CONNECT_COPILOT, ROLE_ADMINISTRATOR],
61+
topcoderRoles: [ROLE_ADMINISTRATOR],
6262
}, {
6363
type: BUS_API_EVENT.CONNECT.PROJECT.ACTIVE,
6464
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],

0 commit comments

Comments
 (0)