mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-18 04:15:23 +02:00
refactor(server): update imports
This commit is contained in:
@@ -7,16 +7,8 @@ import {
|
||||
users,
|
||||
} from "@/server/db/schema";
|
||||
|
||||
// import {
|
||||
|
||||
// } from "@dokploy/builders";
|
||||
import { TRPCError } from "@trpc/server";
|
||||
import { eq } from "drizzle-orm";
|
||||
// import {
|
||||
// createInvitation,
|
||||
// getUserByToken,
|
||||
// removeUserByAuthId,
|
||||
// } from "../services/admin";
|
||||
import {
|
||||
findAdmin,
|
||||
createInvitation,
|
||||
|
||||
Reference in New Issue
Block a user