Skip to content

Commit ca8c497

Browse files
author
Hamid Tavakoli
authored
Merge pull request #56 from topcoder-platform/sendGridLogging
proper logger import
2 parents 7cbf3a8 + 58398fa commit ca8c497

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

66
const sgMail = require('@sendgrid/mail');
77
const config = require('config');
8-
const { logger } = require('../src/common/logger');
8+
const logger = require('../src/common/logger');
99

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

0 commit comments

Comments
 (0)