mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 07:49:58 +00:00
===
This commit is contained in:
parent
df894864ce
commit
9af60e1e6b
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ export const testers = {
|
|||
|
||||
"pinterest": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 128),
|
||||
|
||||
"streamable": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length == 6)
|
||||
"streamable": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length === 6)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue