Skip to content

Commit e7a3ec2

Browse files
committed
chore: Remove unused MjmlAdapter import in app.module.ts
1 parent d0ffddc commit e7a3ec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { DtoValidationPipe } from './_common/pipes/dto-validation.pipe';
1818
import { SettingstModule } from "~/settings/settings.module";
1919
import { MailerModule } from "@nestjs-modules/mailer";
2020
import { HandlebarsAdapter } from "@nestjs-modules/mailer/dist/adapters/handlebars.adapter";
21-
import { MjmlAdapter } from "@nestjs-modules/mailer/dist/adapters/mjml.adapter";
2221

2322
@Module({
2423
imports: [

0 commit comments

Comments
 (0)