mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-29 22:02:04 +00:00
chore: fix CI
This commit is contained in:
@@ -27,9 +27,7 @@ export const BaseTaskSchema = z
|
||||
description: z.string().min(1),
|
||||
status: TaskStatusSchema,
|
||||
dependencies: z.array(z.union([z.number().int(), z.string()])),
|
||||
priority: z
|
||||
.enum(['low', 'medium', 'high', 'critical'])
|
||||
.nullable(),
|
||||
priority: z.enum(['low', 'medium', 'high', 'critical']).nullable(),
|
||||
details: z.string().nullable(),
|
||||
testStrategy: z.string().nullable()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user