From 2b4d8833b9ba99273d852ac4e2d4f5297eae2456 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 30 Sep 2020 00:47:15 +0200 Subject: [PATCH] remove unused import --- helpers/mail.ts | 2 -- 1 file changed, 2 deletions(-) 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