Skip to content

Commit 3a8a1fc

Browse files
committed
debug
1 parent d4d3790 commit 3a8a1fc

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-
console.log(applicationUser, 'applicationUser');
102+
req.log.info(applicationUser, 'applicationUser');
103103

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

0 commit comments

Comments
 (0)