Skip to content

Commit

Permalink
Merge pull request #984 from jaqarrick/fix-mjml-import-statement-982
Browse files Browse the repository at this point in the history
fix: use namespace import for mjml in adapter
  • Loading branch information
juandav authored Jun 21, 2023
2 parents d49e3b4 + 00abe2b commit 1f39b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/mjml.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TemplateAdapterConfig } from '../interfaces/template-adapter-config.int
import { PugAdapter } from './pug.adapter';
import { TemplateAdapter } from '../interfaces/template-adapter.interface';
import { MailerOptions } from '../interfaces/mailer-options.interface';
import mjml2html from 'mjml';
import * as mjml2html from 'mjml';

export class MjmlAdapter implements TemplateAdapter {
private engine: TemplateAdapter | null;
Expand Down

0 comments on commit 1f39b25

Please sign in to comment.