Skip to content

Commit

Permalink
remove itemlist update call
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 authored and ChristianDobbie committed Jan 10, 2022
1 parent 47416b5 commit ff4c653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svc/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ app.delete('/:id', (request, response, _callback) => {
if (id in itemList) {
logger.info(`Adding item ${id} to update queue`);
updateQueue.push(id);
updateItemList();
}
response.json({ status: 'ok' });
});
Expand Down

0 comments on commit ff4c653

Please sign in to comment.