diff --git a/src/models/page.js b/src/models/page.js index 746ca50..514f868 100644 --- a/src/models/page.js +++ b/src/models/page.js @@ -68,7 +68,7 @@ class Page { this.body = body || this.body; this.title = this.extractTitleFromBody(); - this._parent = parent || this._parent || "0"; + this._parent = parent || this._parent || '0'; } /**