Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 276d89c

Browse files
committed
Fixed import mailgun
1 parent 9c1cd2a commit 276d89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/dependencyInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Container } from 'typedi';
22
import LoggerInstance from './logger';
33
import agendaFactory from './agenda';
44
import config from '../config';
5-
import * as mailgun from 'mailgun-js';
5+
import mailgun from 'mailgun-js';
66

77
export default ({ mongoConnection, models }: { mongoConnection; models: { name: string; model: any }[] }) => {
88
try {

0 commit comments

Comments
 (0)