Skip to content

Commit 9bb1b88

Browse files
committed
[Backend] [cleanup] Remove unused import from mailer.service.ts
1 parent ca05efa commit 9bb1b88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/mailer/mailer.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { InjectQueue } from '@nestjs/bullmq';
33
import { Queue } from 'bullmq';
44
import pug from 'pug';
55

6-
import nodemailer from 'nodemailer';
76
import { appConfig } from 'src/config';
87
import { SendMailDto } from './dto/send-mail.dto';
98
import { SendTemplateDto } from './dto/send-template.dto';

0 commit comments

Comments
 (0)