Skip to content

Commit 9be8c5f

Browse files
committed
debug apply copilot
1 parent 339c8ab commit 9be8c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotOpportunityApply/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = [
7575

7676
const creator = await util.getMemberDetailsByUserIds([opportunity.userId], req.log, req.id);
7777

78-
req.log.debug(subjects, 'creator');
78+
req.log.debug(creator, 'creator');
7979

8080
const listOfSubjects = subjects;
8181
if (creator) {

0 commit comments

Comments
 (0)