Skip to content

Commit 58398fa

Browse files
author
Hamid Tavakoli
committed
proper logger import
1 parent 043abd8 commit 58398fa

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)