diff options
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/util/jsonschema.tl | 1 |
1 files changed, 0 insertions, 1 deletions
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 |