completionId: cgen-9c44ca3158cc4791a5d73330a6b3f4ee

cgen-9c44ca3158cc4791a5d73330a6b3f4ee
This commit is contained in:
Builder.io 2025-11-16 02:31:02 +00:00
parent 46d5c4f7ec
commit c0c45f9ff4
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import type { VercelRequest, VercelResponse } from "@vercel/node";
import { getAdminClient } from "../../_supabase";
import { getAdminClient } from "../_supabase";
const admin = getAdminClient();

View file

@ -1,5 +1,5 @@
import type { VercelRequest, VercelResponse } from "@vercel/node";
import { getAdminClient } from "../../_supabase";
import { getAdminClient } from "../_supabase";
const admin = getAdminClient();

View file

@ -1,5 +1,5 @@
import type { VercelRequest, VercelResponse } from "@vercel/node";
import { getAdminClient } from "../../_supabase";
import { getAdminClient } from "../_supabase";
const admin = getAdminClient();