Skip to content

Commit 70422b7

Browse files
committed
fix: undefined
1 parent 8d2840c commit 70422b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotOpportunity/delete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = [
1919
const opportunityId = _.parseInt(req.params.id);
2020

2121
return models.sequelize.transaction(async (transaction) => {
22-
req.log.debug('Canceling Copilot opportunity transaction', data);
22+
req.log.debug('Canceling Copilot opportunity transaction', opportunityId);
2323
const opportunity = await models.CopilotOpportunity.findOne({
2424
where: { id: opportunityId },
2525
transaction,

0 commit comments

Comments
 (0)