Add exports to seasons.js
This commit is contained in:
parent
4eadf64fac
commit
5f68b24d8b
1 changed files with 9 additions and 1 deletions
|
@ -41,3 +41,11 @@ async function retrieveAll() {
|
||||||
});
|
});
|
||||||
return seasonsList;
|
return seasonsList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
exports.add = add;
|
||||||
|
exports.remove = remove;
|
||||||
|
exports.retrieveAll = retrieveAll;
|
Reference in a new issue