chore: add all notification sewrvice to the queue
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user