Fix import

This commit is contained in:
Owen
2025-12-05 21:48:45 -05:00
parent c233fc564e
commit 5e52c48e77
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ import { hashPassword } from "@server/auth/password";
import logger from "@server/logger";
import { and, eq } from "drizzle-orm";
import { OpenAPITags, registry } from "@server/openApi";
import { disconnectClient } from "@server/routers/ws";
import { disconnectClient } from "#private/routers/ws";
export const paramsSchema = z.object({
orgId: z.string()