From e92a8d7c981570ef5ba0941b7f708f8c9f3329ac Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 15:30:22 +0900 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/components/layouts/side.tsx | 10 ++-------- apps/dokploy/package.json | 4 +++- apps/dokploy/types/chatwoot.d.ts | 5 +---- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 8d180967e..15390baf9 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -96,10 +96,7 @@ type SingleNavItem = { title: string; url: string; icon?: LucideIcon; - isEnabled?: (opts: { - auth?: AuthQueryOutput; - isCloud: boolean; - }) => boolean; + isEnabled?: (opts: { auth?: AuthQueryOutput; isCloud: boolean }) => boolean; }; // NavItem type @@ -125,10 +122,7 @@ type ExternalLink = { name: string; url: string; icon: React.ComponentType<{ className?: string }>; - isEnabled?: (opts: { - auth?: AuthQueryOutput; - isCloud: boolean; - }) => boolean; + isEnabled?: (opts: { auth?: AuthQueryOutput; isCloud: boolean }) => boolean; }; // Menu type diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index c6d2a8e2c..fa273b88c 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -198,6 +198,8 @@ ] }, "commitlint": { - "extends": ["@commitlint/config-conventional"] + "extends": [ + "@commitlint/config-conventional" + ] } } diff --git a/apps/dokploy/types/chatwoot.d.ts b/apps/dokploy/types/chatwoot.d.ts index 88fa50f9b..f016645f8 100644 --- a/apps/dokploy/types/chatwoot.d.ts +++ b/apps/dokploy/types/chatwoot.d.ts @@ -13,10 +13,7 @@ declare global { baseDomain?: string; }; chatwootSDK?: { - run: (config: { - websiteToken: string; - baseUrl: string; - }) => void; + run: (config: { websiteToken: string; baseUrl: string }) => void; }; $chatwoot?: { setUser: (