From fc2bd4498363e6a4b312995468f607d79aa3ea03 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:49:09 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/api/src/index.ts | 2 +- apps/api/src/schema.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index fcac429ca..aa7358335 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -135,4 +135,4 @@ app.on( const port = Number.parseInt(process.env.PORT || "3000"); logger.info("Starting Deployments Server with Inngest ✅", port); -serve({ fetch: app.fetch, port }); \ No newline at end of file +serve({ fetch: app.fetch, port }); diff --git a/apps/api/src/schema.ts b/apps/api/src/schema.ts index f29b7c6e0..f87d0ee32 100644 --- a/apps/api/src/schema.ts +++ b/apps/api/src/schema.ts @@ -31,5 +31,4 @@ export const deployJobSchema = z.discriminatedUnion("applicationType", [ }), ]); - export type DeployJob = z.infer;