Skip to content

Commit 81c868d

Browse files
authored
Update events-config.js
1 parent 40732be commit 81c868d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connect/events-config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ const EVENTS = [
6161
type: 'notifications.connect.project.approved',
6262
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],
6363
topcoderRoles: [ROLE_CONNECT_COPILOT, ROLE_ADMINISTRATOR],
64+
}, {
65+
type: 'notifications.connect.project.active',
66+
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],
67+
topcoderRoles: [ROLE_ADMINISTRATOR],
6468
}, {
6569
type: 'notifications.connect.project.paused',
6670
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],

0 commit comments

Comments
 (0)