1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 22:40:50 -05:00

rm middleware.ts 👋

This commit is contained in:
2025-03-30 09:40:43 -04:00
parent 444f91b6dc
commit 50c184fb21
6 changed files with 37 additions and 100 deletions

View File

@@ -33,9 +33,6 @@ export const sendMessage = async (prevState: ContactState, formData: FormData):
try {
const data = v.safeParse(ContactSchema, Object.fromEntries(formData));
// send raw valibot result to Sentry for debugging
Sentry.captureMessage(JSON.stringify(data), "debug");
if (!data.success) {
return {
success: false,