Merge branch 'dev' into aig

This commit is contained in:
Owen
2026-08-12 09:19:12 -04:00
5 changed files with 1 additions and 5 deletions
-1
View File
@@ -632,7 +632,6 @@ export const ResourcePolicySchema = z.object({
})
)
)
.max(50)
.transform((v) => v.map((e) => e.toLowerCase()))
.optional()
.default([]),