mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
api/service-patterns: increase xiaohongshu shareId max length
This commit is contained in:
parent
6f6f885723
commit
1335313e39
@ -78,5 +78,5 @@ export const testers = {
|
|||||||
|
|
||||||
"xiaohongshu": pattern =>
|
"xiaohongshu": pattern =>
|
||||||
pattern.id?.length <= 24 && pattern.token?.length <= 64
|
pattern.id?.length <= 24 && pattern.token?.length <= 64
|
||||||
|| pattern.shareId?.length <= 12,
|
|| pattern.shareId?.length <= 24,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user