Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
leobang17 committed Sep 7, 2024
1 parent dca72c0 commit 7685a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/mail-integrator/src/google-api/google-api.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import { GoogleMailParser } from './google-mail.parser';
import { GoogleMailManager } from './google-mail.manager';
import { GoogleMailReader } from './google-mail.reader';
import { MailContextService } from './mail-context.service';
import { NetworkModule } from '@libs/network/dist';

@Module({
imports: [ConstantsModule],
imports: [ConstantsModule, NetworkModule],
controllers: [],
providers: [
GoogleMailFactory,
Expand Down

0 comments on commit 7685a57

Please sign in to comment.