update react-email (#2149)

This commit is contained in:
Philip Okugbe
2026-05-04 22:26:53 +01:00
committed by GitHub
parent 3c74bb3dee
commit 73dc62bca3
20 changed files with 339 additions and 427 deletions
@@ -6,7 +6,7 @@ import { EnvironmentService } from '../environment/environment.service';
import { InjectQueue } from '@nestjs/bullmq';
import { QueueName, QueueJob } from '../queue/constants';
import { Queue } from 'bullmq';
import { render } from '@react-email/render';
import { render } from 'react-email';
@Injectable()
export class MailService {