From 2d3d86e8236c36f79b793de683e96dde2851f3a4 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 21:18:08 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/components/dashboard/application/build/show.tsx | 4 ++-- apps/dokploy/package.json | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/build/show.tsx b/apps/dokploy/components/dashboard/application/build/show.tsx index 5050c4d8a..16a452257 100644 --- a/apps/dokploy/components/dashboard/application/build/show.tsx +++ b/apps/dokploy/components/dashboard/application/build/show.tsx @@ -132,7 +132,7 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => { api.application.saveBuildType.useMutation(); const { data, refetch } = api.application.one.useQuery( { applicationId }, - { enabled: !!applicationId } + { enabled: !!applicationId }, ); const form = useForm({ @@ -233,7 +233,7 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => { )} - ) + ), )} diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index ab650733f..22649f920 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -196,8 +196,6 @@ ] }, "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] + "extends": ["@commitlint/config-conventional"] } }