Skip to content

Commit d1eefb9

Browse files
author
Vikas Agarwal
committed
Syncing the way we are specifying the ‘allowedUsers` field in the event config to match the other places we are using the same
1 parent 878548d commit d1eefb9

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
@@ -200,7 +200,7 @@ const EVENTS = [
200200
}, {
201201
type: BUS_API_EVENT.CONNECT.PROJECT_PLAN.TIMELINE_ADJUSTED,
202202
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
203-
includeUsers: allowedUsers
203+
includeUsers: 'allowedUsers'
204204
}
205205
];
206206

0 commit comments

Comments
 (0)