Skip to content

Commit b941b44

Browse files
committed
Remove use of AWS SDK synthetic default export
It apparently causes issues when transpiled/bundled Signed-off-by: Erin Allison <[email protected]>
1 parent f3a282d commit b941b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/emails/src/transports/aws-ses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { render } from "@react-email/render";
22
import { EmailError, MailMessage, MailTransport, PlainTextMailMessage } from "./index";
33
import nodemailer from "nodemailer"
4-
import awsSes from "@aws-sdk/client-ses"
4+
import * as awsSes from "@aws-sdk/client-ses"
55

66
export type AwsSesMailTransportOptions = {
77
type: 'aws-ses',

0 commit comments

Comments
 (0)