[skip ci] Remove logger in backend controller
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
@@ -34,7 +34,6 @@ export class AppController {
|
|||||||
|
|
||||||
@Get('/stats/season/:id?')
|
@Get('/stats/season/:id?')
|
||||||
async getStats(@Param('id') id?: string): Promise<UserStatsResponse> {
|
async getStats(@Param('id') id?: string): Promise<UserStatsResponse> {
|
||||||
logger.info(`Got id ${id}`)
|
|
||||||
return await this.databaseService
|
return await this.databaseService
|
||||||
.fetchStats(id)
|
.fetchStats(id)
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
|||||||
Reference in New Issue
Block a user