Skip to content

Commit 08dac4b

Browse files
author
vikasrohit
authored
Merge pull request #96 from topcoder-platform/hotfix/removing_copilots_from_project_approved_event
Removing copilots from receiving the project approved event notifications
2 parents 186f43b + 3e28589 commit 08dac4b

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)