diff --git a/database/scores/seasons.js b/database/scores/seasons.js index bd9704d..381d064 100644 --- a/database/scores/seasons.js +++ b/database/scores/seasons.js @@ -40,4 +40,12 @@ async function retrieveAll() { seasonsList.push(new Season(row[0], row[1])); }); return seasonsList; -} \ No newline at end of file +} + + + + + +exports.add = add; +exports.remove = remove; +exports.retrieveAll = retrieveAll; \ No newline at end of file