mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
api/service-patterns: update the tiktok tester
This commit is contained in:
parent
ef4dd4875e
commit
fe1d17ba8d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user