Skip to content

Commit ef86948

Browse files
committed
Added debug log.
1 parent 96dc5e4 commit ef86948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/projectMemberInvites/create.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ module.exports = [
207207
const forbidUserList = [];
208208
_.zip(invite.userIds, rolesList).forEach((data) => {
209209
const [userId, roles] = data;
210+
req.log.debug(roles);
210211

211212
if (!util.hasIntersection(MANAGER_ROLES, roles)) {
212213
forbidUserList.push(userId);

0 commit comments

Comments
 (0)