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 8d2840c commit 70422b7Copy full SHA for 70422b7
src/routes/copilotOpportunity/delete.js
@@ -19,7 +19,7 @@ module.exports = [
19
const opportunityId = _.parseInt(req.params.id);
20
21
return models.sequelize.transaction(async (transaction) => {
22
- req.log.debug('Canceling Copilot opportunity transaction', data);
+ req.log.debug('Canceling Copilot opportunity transaction', opportunityId);
23
const opportunity = await models.CopilotOpportunity.findOne({
24
where: { id: opportunityId },
25
transaction,
0 commit comments