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 3a8a1fc commit ea2ac33Copy full SHA for ea2ac33
src/routes/copilotOpportunity/assign.js
@@ -99,7 +99,7 @@ module.exports = [
99
}
100
101
const applicationUser = await util.getMemberDetailsByUserIds([userId], req.log, req.id);
102
- req.log.info(applicationUser, 'applicationUser');
+ req.log.info(applicationUser, 'applicationUser asdsd', userId);
103
104
const invite = await models.ProjectMemberInvite.create({
105
status: INVITE_STATUS.PENDING,
0 commit comments