diff --git a/extension/add_items_to_collection.js b/extension/add_items_to_collection.js index 2dd2b6f..1b08c25 100644 --- a/extension/add_items_to_collection.js +++ b/extension/add_items_to_collection.js @@ -16,7 +16,6 @@ async function addItemToCollection(itemElement) { if (response.status === 200) { itemElement.className = itemElement.className + " inCollection"; } - return undefined; } async function addAllSubscribedToCollection() {