사소한 리팩토링

This commit is contained in:
static
2025-12-27 14:10:33 +09:00
parent 576d41da7f
commit 0d13d3baef
7 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import { TRPCError } from "@trpc/server";
import { z } from "zod";
import { ClientRepo, IntegrityError } from "$lib/server/db";
import { verifyPubKey, verifySignature, generateChallenge } from "$lib/server/modules/crypto";
import env from "$lib/server/loadenv";
import { verifyPubKey, verifySignature, generateChallenge } from "$lib/server/modules/crypto";
import { router, roleProcedure } from "../init.server";
const createUserClientChallenge = async (