From 840c24e3ca981884ad69ec2fa2cb96ccc6485ce0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:51:59 -0600 Subject: [PATCH] eslint --- apps/dokploy/templates/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/utils/index.ts b/apps/dokploy/templates/utils/index.ts index 26d61bce5..9040e83a0 100644 --- a/apps/dokploy/templates/utils/index.ts +++ b/apps/dokploy/templates/utils/index.ts @@ -1,10 +1,10 @@ import { randomBytes } from "node:crypto"; import { readFile } from "node:fs/promises"; import { join } from "node:path"; +import type { Domain } from "@/server/api/services/domain"; import { TRPCError } from "@trpc/server"; import { templates } from "../templates"; import type { TemplatesKeys } from "../types/templates-data.type"; -import type { Domain } from "@/server/api/services/domain"; export interface Schema { serverIp: string;