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:
@@ -270,7 +270,7 @@ export const paramDef = {
|
|||||||
minLength: 1,
|
minLength: 1,
|
||||||
maxLength: 128,
|
maxLength: 128,
|
||||||
},
|
},
|
||||||
maxLength: 32,
|
maxItems: 32,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user