Skip to content

Commit 126ea0b

Browse files
committed
fix: use correct field
1 parent d95af0d commit 126ea0b

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.createdBy], req.log, req.id);
7777

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

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

0 commit comments

Comments
 (0)