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

Commit 9dc3031

Browse files
authored
Merge pull request #37 from hosseinnedaee/fixed-import-mailgun
Fixed import mailgun resolves #36
2 parents 9c1cd2a + 276d89c commit 9dc3031

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)