Skip to content

Commit ec80e9b

Browse files
author
Hamid Tavakoli
committed
Import function wrapper
1 parent bc01189 commit ec80e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connect/service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
const sgMail = require('@sendgrid/mail');
66
const config = require('config');
77
const logger = require('../src/common/logger');
8+
const { functionWrapper } = require('../src/common/helper');
89

910
// set api key for SendGrid email client
1011
sgMail.setApiKey(config.SENDGRID_API_KEY);

0 commit comments

Comments
 (0)