Skip to content

Commit ea2ac33

Browse files
committed
debug
1 parent 3a8a1fc commit ea2ac33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotOpportunity/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = [
9999
}
100100

101101
const applicationUser = await util.getMemberDetailsByUserIds([userId], req.log, req.id);
102-
req.log.info(applicationUser, 'applicationUser');
102+
req.log.info(applicationUser, 'applicationUser asdsd', userId);
103103

104104
const invite = await models.ProjectMemberInvite.create({
105105
status: INVITE_STATUS.PENDING,

0 commit comments

Comments
 (0)