mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
api/service-patterns: update the tiktok tester
This commit is contained in:
parent
ef4dd4875e
commit
fe1d17ba8d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const testers = {
|
|||
pattern.id?.length === 6,
|
||||
|
||||
"tiktok": pattern =>
|
||||
pattern.postId?.length <= 21 || pattern.id?.length <= 13,
|
||||
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
|
||||
|
||||
"tumblr": pattern =>
|
||||
pattern.id?.length < 21
|
||||
|
|
Loading…
Reference in a new issue