hotfix de importacion
Deploy Function / deploy (push) Successful in 21s

This commit is contained in:
2026-02-05 16:13:55 -06:00
parent f1563b4cbe
commit 7f9226ce38
@@ -1,6 +1,6 @@
// Setup type definitions for built-in Supabase Runtime APIs
import "@supabase/functions-js/edge-runtime.d.ts";
import { createClient } from "https://esm.sh/@supabase/supabase-js@2";
import { createClient } from "npm:@supabase/supabase-js@2";
type WebhookPayload = {
type: "INSERT" | "UPDATE" | "DELETE";
table: string;