Add module exports to divisions.js
parent
e056743022
commit
c2e3c95cfd
|
@ -59,3 +59,12 @@ async function retrieveBySportAndGender(sportID, gender) {
|
|||
});
|
||||
return divisionsList;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
exports.create = create;
|
||||
exports.rename = rename;
|
||||
exports.remove = remove;
|
||||
exports.retrieveBySportAndGender = retrieveBySportAndGender;
|
Reference in New Issue