Skip to content

Commit c3390fc

Browse files
committed
fix: lint
1 parent 70422b7 commit c3390fc

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
@@ -38,7 +38,7 @@ module.exports = [
3838
transaction,
3939
});
4040

41-
const applications = await models.CopilotApplications.findAll({
41+
const applications = await models.CopilotApplication.findAll({
4242
where: {
4343
opportunityId: opportunity.id,
4444
},

0 commit comments

Comments
 (0)