1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

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;