Skip to content

Commit

Permalink
fix(): remove unused key
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Mar 6, 2020
1 parent f45f800 commit cadc62a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mailer-core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export class MailerCoreModule {
public static forRoot(options: MailerOptions): DynamicModule {

const MailerOptionsProvider: ValueProvider<MailerOptions> = {
name: MAILER_OPTIONS,
provide: MAILER_OPTIONS,
useValue: options,
};
Expand Down

0 comments on commit cadc62a

Please sign in to comment.