We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da509e5 + 7b2e255 commit e83b4a5Copy full SHA for e83b4a5
src/fileStore/file-store.ts
@@ -21,7 +21,7 @@ const AplObjectSchema = z.object({
21
labels: z.record(z.string(), z.string()).optional(),
22
}),
23
spec: z.record(z.string(), z.any()),
24
- status: z.record(z.string(), z.any()).optional(),
+ status: z.record(z.string(), z.any()).default({}),
25
})
26
27
export function getTeamIdFromPath(filePath: string): string | undefined {
0 commit comments