From 6ecaf83f76cf5a7c87dc118c01303f18aac35419 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Nov 2025 15:20:53 +0000 Subject: chore: format code --- infra/console.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'infra') diff --git a/infra/console.ts b/infra/console.ts index fabc86587..d8e4e5bd6 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -139,10 +139,7 @@ new sst.cloudflare.x.SolidStart("Console", { AWS_SES_SECRET_ACCESS_KEY, ...($dev ? [ - new sst.Secret( - "CLOUDFLARE_DEFAULT_ACCOUNT_ID", - process.env.CLOUDFLARE_DEFAULT_ACCOUNT_ID!, - ), + new sst.Secret("CLOUDFLARE_DEFAULT_ACCOUNT_ID", process.env.CLOUDFLARE_DEFAULT_ACCOUNT_ID!), new sst.Secret("CLOUDFLARE_API_TOKEN", process.env.CLOUDFLARE_API_TOKEN!), ] : []), -- cgit v1.2.3