Skip to content

Commit 63e8aa6

Browse files
committed
remove redundant code
1 parent d5a8051 commit 63e8aa6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/routes/copilotRequest/approveRequest.service.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ module.exports = (req, data, existingTransaction) => {
9696

9797
await Promise.all(notificationPromises);
9898

99-
// send email to notify via slack
100-
sendNotification('Copilots', config.copilotsSlackEmail);
101-
10299
req.log.info('Finished sending emails to copilots');
103100

104101
return opportunity;

0 commit comments

Comments
 (0)