Add module exports to teams.js
This commit is contained in:
		
							parent
							
								
									c2e3c95cfd
								
							
						
					
					
						commit
						90e302c3ae
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		|  | @ -50,3 +50,12 @@ async function retrieveBySport(sportID) { | |||
|     }); | ||||
|     return teamsList; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| exports.create = create; | ||||
| exports.rename = rename; | ||||
| exports.remove = remove; | ||||
| exports.retrieveBySport = retrieveBySport; | ||||
		Reference in a new issue