mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
fix array length check in i/update attributionDomains parameter
This commit is contained in:
parent
36b85d62c2
commit
735cd12654
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ export const paramDef = {
|
|||
minLength: 1,
|
||||
maxLength: 128,
|
||||
},
|
||||
maxLength: 32,
|
||||
maxItems: 32,
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
|
Loading…
Add table
Reference in a new issue