Skip to content

Commit 83c6db9

Browse files
committed
feat: send email when opportunity is completed or canceled
1 parent 4aa668c commit 83c6db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/copilotOpportunity/delete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import _ from 'lodash';
22
import { Op } from 'sequelize';
3+
import config from 'config';
34

45
import models from '../../models';
56
import util from '../../util';

0 commit comments

Comments
 (0)