Add module exports for games.js
This commit is contained in:
parent
42ccda2aba
commit
78136df5fd
1 changed files with 9 additions and 1 deletions
|
@ -58,3 +58,11 @@ async function retrieveByTeamDivisionAndSeason(teamID, divisionID, seasonID) {
|
|||
});
|
||||
return gamesList;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
exports.add = add;
|
||||
exports.remove = remove;
|
||||
exports.retrieveByTeamDivisionAndSeason = retrieveByTeamDivisionAndSeason;
|
Reference in a new issue