linting
This commit is contained in:
@@ -128,7 +128,7 @@ export class CreateLeagueWithSeasonAndScoringUseCase
|
||||
};
|
||||
this.logger.debug('CreateLeagueWithSeasonAndScoringUseCase completed successfully.', { result });
|
||||
return result;
|
||||
} catch (error: any) {
|
||||
} catch (error) {
|
||||
this.logger.error('Error during CreateLeagueWithSeasonAndScoringUseCase execution.', {
|
||||
command,
|
||||
error: error.message,
|
||||
|
||||
Reference in New Issue
Block a user