diff --git a/connect/events-config.js b/connect/events-config.js index 6545783..acf92bc 100644 --- a/connect/events-config.js +++ b/connect/events-config.js @@ -58,7 +58,7 @@ const EVENTS = [ }, { type: BUS_API_EVENT.CONNECT.PROJECT.APPROVED, projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER], - topcoderRoles: [ROLE_CONNECT_COPILOT, ROLE_ADMINISTRATOR], + topcoderRoles: [ROLE_ADMINISTRATOR], }, { type: BUS_API_EVENT.CONNECT.PROJECT.ACTIVE, projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],