mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-14 19:46:12 +01:00
Remove some dependencies
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import { env } from '@/lib/env'
|
||||
import { Resend } from 'resend'
|
||||
|
||||
export const getResend = () =>
|
||||
env.RESEND_API_KEY ? new Resend(env.RESEND_API_KEY) : null
|
||||
Reference in New Issue
Block a user