We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05efa commit 9bb1b88Copy full SHA for 9bb1b88
server/src/mailer/mailer.service.ts
@@ -3,7 +3,6 @@ import { InjectQueue } from '@nestjs/bullmq';
3
import { Queue } from 'bullmq';
4
import pug from 'pug';
5
6
-import nodemailer from 'nodemailer';
7
import { appConfig } from 'src/config';
8
import { SendMailDto } from './dto/send-mail.dto';
9
import { SendTemplateDto } from './dto/send-template.dto';
0 commit comments