[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-07-20 21:30:52 +00:00
committed by GitHub
parent 8fe3294a08
commit f339805ddf

View File

@@ -80,12 +80,7 @@ export const schedulesRelations = relations(schedules, ({ one, many }) => ({
}));
export const createScheduleSchema = createInsertSchema(schedules, {
scheduleType: z.enum([
"application",
"compose",
"server",
"dokploy-server",
]),
scheduleType: z.enum(["application", "compose", "server", "dokploy-server"]),
});
export const updateScheduleSchema = createScheduleSchema.extend({