diff --git a/helpers/mail.ts b/helpers/mail.ts index 61943d2..37facdd 100644 --- a/helpers/mail.ts +++ b/helpers/mail.ts @@ -1,5 +1,3 @@ -import { getBaseURL } from './url' - const SENDGRID_API_KEY = process.env.SENDGRID_API_KEY const SENDGRID_URL = 'https://api.sendgrid.com/v3/mail/send' // TODO: move to env