fix array length check in i/update attributionDomains parameter

This commit is contained in:
Hazelnoot 2025-06-07 18:59:02 -04:00
parent 36b85d62c2
commit 735cd12654

View file

@ -270,7 +270,7 @@ export const paramDef = {
minLength: 1, minLength: 1,
maxLength: 128, maxLength: 128,
}, },
maxLength: 32, maxItems: 32,
}, },
}, },
} as const; } as const;