Skip to content

Commit

Permalink
Merge branch 'master' into add-markdown-support-to-exercise-card-and-…
Browse files Browse the repository at this point in the history
…exercise-preview
  • Loading branch information
bryanjenningz authored Oct 3, 2022
2 parents d84f52e + e23446a commit 53cf671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/mailTemplate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CLIENT_URL =
process.env.VERCEL_URL ??
process.env.CLIENT_URL ??
process.env.VERCEL_URL ??
`http://localhost:${process.env.PORT ?? 3000}`

export const getSignupTemplate = (token: string) => {
Expand Down

0 comments on commit 53cf671

Please sign in to comment.