completionId: cgen-9c44ca3158cc4791a5d73330a6b3f4ee
cgen-9c44ca3158cc4791a5d73330a6b3f4ee
This commit is contained in:
parent
46d5c4f7ec
commit
c0c45f9ff4
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
||||||
import { getAdminClient } from "../../_supabase";
|
import { getAdminClient } from "../_supabase";
|
||||||
|
|
||||||
const admin = getAdminClient();
|
const admin = getAdminClient();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
||||||
import { getAdminClient } from "../../_supabase";
|
import { getAdminClient } from "../_supabase";
|
||||||
|
|
||||||
const admin = getAdminClient();
|
const admin = getAdminClient();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
||||||
import { getAdminClient } from "../../_supabase";
|
import { getAdminClient } from "../_supabase";
|
||||||
|
|
||||||
const admin = getAdminClient();
|
const admin = getAdminClient();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue