Skip to content

Commit

Permalink
fix(email): render import
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Sep 27, 2024
1 parent a38ed8a commit c30e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/email/src/email.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SendEmailCommand, SESv2Client as SES } from '@aws-sdk/client-sesv2';
import { render } from '@faire/mjml-react/utils/render';
import { render } from '@faire/mjml-react/utils/render.js';
import { Inject, Injectable, Logger } from '@nestjs/common';
import { promises as fs } from 'fs';
import { htmlToText } from 'html-to-text';
Expand Down

0 comments on commit c30e5a0

Please sign in to comment.