File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ function shouldWatchCategories (projectRole, challengeRoles) {
335
335
return true
336
336
}
337
337
338
- // Project Copilots / Challenge Copilots
338
+ // Project Copilots / Challenge Copilots and Submitters
339
339
return ( projectRole === constants . TOPCODER . PROJECT_ROLES . COPILOT ||
340
340
( _ . isArray ( challengeRoles ) && ( _ . includes ( challengeRoles , constants . TOPCODER . CHALLENGE_ROLES . COPILOT ) ||
341
341
_ . includes ( challengeRoles , constants . TOPCODER . CHALLENGE_ROLES . SUBMITTER ) ) )
@@ -354,7 +354,7 @@ function shouldFollowCategories (projectRole, challengeRoles) {
354
354
return true
355
355
}
356
356
357
- // Project Copilots or Managers / Challenge Copilots and Managers
357
+ // Project Copilots or Managers / Challenge Copilots, Managers and Submitters
358
358
return projectRole === constants . TOPCODER . PROJECT_ROLES . COPILOT ||
359
359
projectRole === constants . TOPCODER . PROJECT_ROLES . MANAGER ||
360
360
( _ . isArray ( challengeRoles ) && ( _ . includes ( challengeRoles , constants . TOPCODER . CHALLENGE_ROLES . COPILOT ) ||
You can’t perform that action at this time.
0 commit comments