We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6015431 commit 85db099Copy full SHA for 85db099
src/routes/projects/list.js
@@ -431,7 +431,7 @@ module.exports = [
431
if (!memberOnly
432
&& (util.hasAdminRole(req)
433
|| util.hasRole(req, USER_ROLE.MANAGER)
434
- || util.hasRole(req, USER_ROLE.ACCOUNT_MANAGER))) {
+ || util.hasRole(req, USER_ROLE.TOPCODER_ACCOUNT_MANAGER))) {
435
// admins & topcoder managers can see all projects
436
return retrieveProjects(req, criteria, sort, req.query.fields)
437
.then(result => res.json(util.wrapResponse(req.id, result.rows, result.count)))
0 commit comments