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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user