refactor: update organization context in API routers

This commit is contained in:
Mauricio Siu
2025-02-20 01:42:35 -06:00
parent b73e4102dd
commit a9e12c2b18
7 changed files with 29 additions and 16 deletions

View File

@@ -9,7 +9,6 @@
// import { getServerAuthSession } from "@/server/auth";
import { db } from "@/server/db";
import { validateBearerToken } from "@dokploy/server";
import { validateRequest } from "@dokploy/server/lib/auth";
import type { OpenApiMeta } from "@dokploy/trpc-openapi";
import { TRPCError, initTRPC } from "@trpc/server";