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 70422b7 commit c3390fcCopy full SHA for c3390fc
src/routes/copilotOpportunity/delete.js
@@ -38,7 +38,7 @@ module.exports = [
38
transaction,
39
});
40
41
- const applications = await models.CopilotApplications.findAll({
+ const applications = await models.CopilotApplication.findAll({
42
where: {
43
opportunityId: opportunity.id,
44
},
0 commit comments