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