Fix: Force redeploy edge function

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 23:49:45 +00:00
parent fe898716a3
commit 1d68accf05

View File

@@ -1,3 +1,4 @@
// Force redeployment: v100 - JWT verification disabled in config
import { serve } from "https://deno.land/std@0.190.0/http/server.ts";
import { createClient } from "https://esm.sh/@supabase/supabase-js@2.57.4";
import { validateEntityData, validateEntityDataStrict } from "./validation.ts";