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 c2c8797 commit 596917bCopy full SHA for 596917b
src/routes/projectMemberInvites/create.js
@@ -207,6 +207,7 @@ module.exports = [
207
const forbidUserList = [];
208
_.zip(invite.userIds, rolesList).forEach((data) => {
209
const [userId, roles] = data;
210
+ req.log.debug(roles);
211
212
if (!util.hasIntersection(MANAGER_ROLES, roles)) {
213
forbidUserList.push(userId);
0 commit comments