Skip to content

Commit c1707bf

Browse files
author
Hamid Tavakoli
committed
Proper improt
1 parent ec80e9b commit c1707bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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');
8+
const { functionWrapper } = require('../src/common/wrapper');
99

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

0 commit comments

Comments
 (0)