fix: Welcome mail send using worker

This commit is contained in:
SauravDhakal
2026-04-05 12:43:35 +05:45
parent 2f30be8c82
commit 4905c6f1d1
9 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ import { UserModule } from 'src/user/user.module';
import { JwtModule } from '@nestjs/jwt';
import { RequestContextModule } from 'core/als/request-context.module';
import { BullModule } from '@nestjs/bullmq';
import { Queue } from 'bullmq';
@Global()
@Module({