Fix init
This commit is contained in:
parent
fff1e67a5e
commit
3c28c7dd7c
@ -586,8 +586,8 @@ class JsonSchemaTraversalInfo {
|
||||
constructor(value, schema) {
|
||||
this.valuePath = [];
|
||||
this.schemaPath = [];
|
||||
this.valuePush([null, value]);
|
||||
this.schemaPush([null, schema]);
|
||||
this.valuePush(null, value);
|
||||
this.schemaPush(null, schema);
|
||||
}
|
||||
|
||||
valuePush(path, value) {
|
||||
|
Loading…
Reference in New Issue
Block a user