Remove unused import from send-email function

This commit is contained in:
Daniel LaForce 2025-04-09 17:50:36 -06:00
parent 04c59f7d7a
commit 4fcbc754ed
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
import { Resend } from 'resend'; **
/**
* Cloudflare Pages Function - /api/send-email * Cloudflare Pages Function - /api/send-email
*/ */
export async function onRequestPost(context) { export async function onRequestPost(context) {