website refactor
This commit is contained in:
@@ -27,8 +27,8 @@ export type UpdateLeagueSeasonScheduleRaceErrorCode =
|
||||
| 'REPOSITORY_ERROR';
|
||||
|
||||
export class UpdateLeagueSeasonScheduleRaceUseCase {
|
||||
constructor(private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly raceRepository: IRaceRepository,
|
||||
constructor(private readonly seasonRepository: SeasonRepository,
|
||||
private readonly raceRepository: RaceRepository,
|
||||
private readonly logger: Logger) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user