Database Connection Update #4

Merged
humenius merged 49 commits from feature/database-connection into master 2021-02-08 03:16:51 +01:00
Showing only changes of commit d0cdb6afb5 - Show all commits

View File

@@ -34,7 +34,6 @@ export class AppController {
@Get('/stats/season/:id?')
async getStats(@Param('id') id?: string): Promise<UserStatsResponse> {
logger.info(`Got id ${id}`)
return await this.databaseService
.fetchStats(id)
.catch(err => {