[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-06 19:49:09 +00:00
committed by GitHub
parent 32cbc5b4b7
commit fc2bd44983
2 changed files with 1 additions and 2 deletions

View File

@@ -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 });
serve({ fetch: app.fetch, port });

View File

@@ -31,5 +31,4 @@ export const deployJobSchema = z.discriminatedUnion("applicationType", [
}),
]);
export type DeployJob = z.infer<typeof deployJobSchema>;