From ae408259256bfcf6a0f2daabc84241a25286ba45 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 9 Mar 2021 02:38:51 +0100 Subject: util.jsonschema: Fix "uniqueItems" prematurely declaring a match --- teal-src/util/jsonschema.tl | 1 - 1 file changed, 1 deletion(-) (limited to 'teal-src/util') diff --git a/teal-src/util/jsonschema.tl b/teal-src/util/jsonschema.tl index 89a9b724..3aa0b6a3 100644 --- a/teal-src/util/jsonschema.tl +++ b/teal-src/util/jsonschema.tl @@ -275,7 +275,6 @@ type_validators.table = function (schema : schema_t, data : any) : boolean end values[v] = true end - return true end local p = 0 -- cgit v1.2.3