From 7f9226ce38885b201655ffcf3e183831e7e3c470 Mon Sep 17 00:00:00 2001 From: Guillermo Arrieta Medina Date: Thu, 5 Feb 2026 16:13:55 -0600 Subject: [PATCH] hotfix de importacion --- supabase/functions/create-chat-conversation/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/functions/create-chat-conversation/index.ts b/supabase/functions/create-chat-conversation/index.ts index ee7b7dd..179d9cc 100644 --- a/supabase/functions/create-chat-conversation/index.ts +++ b/supabase/functions/create-chat-conversation/index.ts @@ -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;