chore: add all notification sewrvice to the queue

This commit is contained in:
mahyargdz
2025-05-04 16:06:14 +03:30
parent d50b18b8aa
commit c3ad2a1733
16 changed files with 539 additions and 277 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ export class EmailService {
await this.mailerService.sendMail(emailData);
} catch (error) {
this.logger.error("error in sending admin notification email", error);
throw new InternalServerErrorException("error in sending admin notification email");
// throw new InternalServerErrorException("error in sending admin notification email");
}
}
}