This commit is contained in:
Blobadoodle 2023-08-19 18:58:01 +01:00
parent df894864ce
commit 9af60e1e6b

View file

@ -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)
}