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
@@ -24,7 +24,6 @@ const setResourceWhitelistBodySchema = z.strictObject({
})
)
)
.max(50)
.transform((v) => v.map((e) => e.toLowerCase()))
});