From 3e285898ad4911bcf51aa8a15d66c38102b6df3a Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Mon, 11 Mar 2019 11:48:48 +0530 Subject: [PATCH] Removing copilots from receiving the project approved event notifications --- connect/events-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],