1
Fork 0
mirror of https://github.com/Steffo99/tidebringer-firefox.git synced 2025-01-05 05:29:46 +00:00

Do not return undefined

This commit is contained in:
Steffo 2022-07-22 06:23:03 +02:00
parent 74638e6086
commit 78b6b4f698
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -16,7 +16,6 @@ async function addItemToCollection(itemElement) {
if (response.status === 200) {
itemElement.className = itemElement.className + " inCollection";
}
return undefined;
}
async function addAllSubscribedToCollection() {