mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-24 11:59:39 -05:00
fix missing await
This commit is contained in:
@@ -94,7 +94,7 @@ class EmailService implements IEmailService {
|
||||
if (!mjml) {
|
||||
throw new Error(`Template ${template} not found`);
|
||||
}
|
||||
const html = this.mjml2html(mjml);
|
||||
const html = await this.mjml2html(mjml);
|
||||
return html.html;
|
||||
} catch (error: unknown) {
|
||||
this.logger.error({
|
||||
|
||||
Reference in New Issue
Block a user