mirror of
https://github.com/Steffo99/tidebringer-firefox.git
synced 2025-01-06 22:19:46 +00:00
Do not return undefined
This commit is contained in:
parent
74638e6086
commit
78b6b4f698
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ async function addItemToCollection(itemElement) {
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
itemElement.className = itemElement.className + " inCollection";
|
itemElement.className = itemElement.className + " inCollection";
|
||||||
}
|
}
|
||||||
return undefined;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function addAllSubscribedToCollection() {
|
async function addAllSubscribedToCollection() {
|
||||||
|
|
Loading…
Reference in a new issue