Skip to content

Commit

Permalink
Update broadcast-supporting.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink authored Sep 26, 2024
1 parent eab7311 commit 8207e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/mutations/broadcast-supporting.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ServerClient, TemplatedMessage } from "postmark"
import db from "db"

const from = process.env.MAIL_FROM ?? "Chris Hartgerink <[email protected]>"
const from = "Chris Hartgerink <[email protected]>"

const postmark = () => new ServerClient(process.env.POSTMARK_TOKEN ?? "")

Expand Down

0 comments on commit 8207e3e

Please sign in to comment.