Update imports batch 38-42
cgen-bc37f53673c7488bb6ce742041f3b98c
This commit is contained in:
parent
d0ff988e32
commit
39039e7c69
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
||||
import { getAdminClient } from "../../_supabase";
|
||||
import { getAdminClient } from "../../_supabase.js";
|
||||
|
||||
export default async function handler(req: VercelRequest, res: VercelResponse) {
|
||||
const admin = getAdminClient();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { supabase } from "../_supabase";
|
||||
import { supabase } from "../_supabase.js";
|
||||
|
||||
const VALID_ARMS = ["foundation", "gameforge", "labs", "corp", "devlink"];
|
||||
const VALID_TYPES = [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { getAdminClient } from "../_supabase";
|
||||
import { getAdminClient } from "../_supabase.js";
|
||||
|
||||
export default async (req: Request) => {
|
||||
const { method, headers } = req;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { getAdminClient } from "../_supabase";
|
||||
import { getAdminClient } from "../_supabase.js";
|
||||
|
||||
/**
|
||||
* Link a .dev email to an existing profile (no merging, just email linking)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { getAdminClient } from "../_supabase";
|
||||
import { getAdminClient } from "../_supabase.js";
|
||||
|
||||
/**
|
||||
* Admin-only endpoint to link mrpiglr@aethex.dev to mrpiglr@gmail.com
|
||||
|
|
|
|||
Loading…
Reference in a new issue