Skip to content

Commit

Permalink
examples: fix missing comma in transport
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Sep 18, 2024
1 parent eed53c6 commit b03961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/testing/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const RECIPIENT_EMAIL = "<[email protected]>";

const transport = Nodemailer.createTransport(MailtrapTransport({
token: TOKEN,
testInboxId: TEST_INBOX_ID
testInboxId: TEST_INBOX_ID,
sandbox: true
}))

Expand Down

0 comments on commit b03961e

Please sign in to comment.