mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
api/service-patterns: update the tiktok tester
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user