diff --git a/core/entities/Node.js b/core/entities/Node.js index 96cbc38..d963fb6 100644 --- a/core/entities/Node.js +++ b/core/entities/Node.js @@ -4,7 +4,6 @@ class Node { constructor (props) { const validatePropsResponse = this._validateConstructionProps(props) if (validatePropsResponse.status === 'ERR') { - this.isValid = false throw validatePropsResponse } else {