mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +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,
|
pattern.id?.length === 6,
|
||||||
|
|
||||||
"tiktok": pattern =>
|
"tiktok": pattern =>
|
||||||
pattern.postId?.length <= 21 || pattern.id?.length <= 13,
|
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
|
||||||
|
|
||||||
"tumblr": pattern =>
|
"tumblr": pattern =>
|
||||||
pattern.id?.length < 21
|
pattern.id?.length < 21
|
||||||
|
Reference in New Issue
Block a user