Skip to content
Permalink
Browse files
removed code comment
  • Loading branch information
aa7401 committed Sep 13, 2019
1 parent 3be9420 commit 934a8b28fb1275901f3db807d36bde70209745a7
Showing 1 changed file with 0 additions and 1 deletion.
@@ -14,7 +14,6 @@ module.exports.add = (item, qty) => {
}

module.exports.getAll = () => {
//if(data.length === 0) throw new Error('empty list')
for(const key in data) data[key].key = key
return data
}

0 comments on commit 934a8b2

Please sign in to comment.