Skip to content

Commit 06d2e09

Browse files
author
Hamid Tavakoli
authored
Merge pull request #62 from topcoder-platform/tracing
Proper improt
2 parents 06c1e02 + c1707bf commit 06d2e09

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)