util.jsonschema: Fix "uniqueItems" prematurely declaring a match

This commit is contained in:
Kim Alvefur 2021-03-09 02:38:51 +01:00
parent da85d37bcb
commit ae40825925
2 changed files with 0 additions and 2 deletions

View file

@ -194,7 +194,6 @@ type_validators.table = function(schema, data)
end
values[v] = true
end
return true
end
local p = 0