mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(dokploy): remove validation
This commit is contained in:
@@ -359,14 +359,6 @@ export const composeRouter = createTRPCRouter({
|
|||||||
const admin = await findAdminById(ctx.user.adminId);
|
const admin = await findAdminById(ctx.user.adminId);
|
||||||
let serverIp = admin.serverIp;
|
let serverIp = admin.serverIp;
|
||||||
|
|
||||||
if (!admin.serverIp) {
|
|
||||||
throw new TRPCError({
|
|
||||||
code: "NOT_FOUND",
|
|
||||||
message:
|
|
||||||
"You need to have a server IP to deploy this template in order to generate domains",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
const project = await findProjectById(input.projectId);
|
const project = await findProjectById(input.projectId);
|
||||||
|
|
||||||
if (input.serverId) {
|
if (input.serverId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user