# HG changeset patch # User Kim Alvefur # Date 1615253931 -3600 # Node ID b3a9030326112a4ca91bfe61b4f0f6cd25cba7de # Parent a526abef61e6318b2741e48919a9082db3fa2cd8 util.jsonschema: Fix "uniqueItems" prematurely declaring a match diff -r a526abef61e6 -r b3a903032611 teal-src/util/jsonschema.tl --- a/teal-src/util/jsonschema.tl Tue Mar 09 02:36:08 2021 +0100 +++ b/teal-src/util/jsonschema.tl Tue Mar 09 02:38:51 2021 +0100 @@ -275,7 +275,6 @@ end values[v] = true end - return true end local p = 0 diff -r a526abef61e6 -r b3a903032611 util/jsonschema.lua --- a/util/jsonschema.lua Tue Mar 09 02:36:08 2021 +0100 +++ b/util/jsonschema.lua Tue Mar 09 02:38:51 2021 +0100 @@ -194,7 +194,6 @@ end values[v] = true end - return true end local p = 0