From fe33eddeabcdbcf334068de5224ada709a727ac0 Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Wed, 9 Apr 2025 17:52:46 -0600 Subject: [PATCH] Fix comment formatting in send-email function --- functions/api/send-email.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/api/send-email.js b/functions/api/send-email.js index 298ff9b..be3551a 100644 --- a/functions/api/send-email.js +++ b/functions/api/send-email.js @@ -1,6 +1,7 @@ -** +/** * Cloudflare Pages Function - /api/send-email */ + export async function onRequestPost(context) { const { name, email, subject, message } = await context.request.json();