diff --git a/lib/item.js b/lib/item.js index 2877dd8..791dfc8 100644 --- a/lib/item.js +++ b/lib/item.js @@ -68,7 +68,6 @@ class Item { identifier: this._identifier, listId: this._listId, name: this._name, - quantity: this._quantity, details: this._details, checked: this._checked, category: this._category,