mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 04:05:13 +00:00
===
This commit is contained in:
@@ -32,5 +32,5 @@ export const testers = {
|
|||||||
|
|
||||||
"pinterest": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 128),
|
"pinterest": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 128),
|
||||||
|
|
||||||
"streamable": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length == 6)
|
"streamable": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length === 6)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user