website refactor
This commit is contained in:
@@ -15,8 +15,8 @@ export type DeleteLeagueSeasonScheduleRaceErrorCode =
|
||||
|
||||
export class DeleteLeagueSeasonScheduleRaceUseCase {
|
||||
constructor(
|
||||
private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly raceRepository: IRaceRepository,
|
||||
private readonly seasonRepository: SeasonRepository,
|
||||
private readonly raceRepository: RaceRepository,
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user