We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900c6f2 commit 51c5d05Copy full SHA for 51c5d05
api/src/processing/service-patterns.js
@@ -43,7 +43,7 @@ export const testers = {
43
pattern.id?.length <= 6,
44
45
"tiktok": pattern =>
46
- pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
+ pattern.postId?.length <= 21 || pattern.shortLink?.length <= 21,
47
48
"tumblr": pattern =>
49
pattern.id?.length < 21
0 commit comments