From 0dcfcc19da846ffdcd5baf3ff777881ed9b7fe85 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:12:31 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../dashboard/onboarding/steps/plan-step.tsx | 32 +++++++++++-------- .../onboarding/steps/welcome-step.tsx | 6 ++-- apps/dokploy/server/api/routers/stripe.ts | 5 ++- apps/dokploy/server/utils/billing.ts | 4 ++- 4 files changed, 30 insertions(+), 17 deletions(-) diff --git a/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx b/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx index 1f563854f..3524332ca 100644 --- a/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx +++ b/apps/dokploy/components/dashboard/onboarding/steps/plan-step.tsx @@ -26,7 +26,8 @@ export const PlanStep = ({ onNext }: Props) => { const { data } = api.stripe.getProducts.useQuery(); const { mutateAsync: createCheckoutSession } = api.stripe.createCheckoutSession.useMutation(); - const { mutateAsync: startFreeTrial } = api.stripe.startFreeTrial.useMutation(); + const { mutateAsync: startFreeTrial } = + api.stripe.startFreeTrial.useMutation(); const utils = api.useUtils(); const handleCheckout = async (tier: "hobby" | "startup") => { @@ -95,17 +96,19 @@ export const PlanStep = ({ onNext }: Props) => { No card required — cancel anytime.