website refactor
This commit is contained in:
@@ -18,8 +18,8 @@ export type CreateLeagueSeasonScheduleRaceErrorCode =
|
||||
|
||||
export class CreateLeagueSeasonScheduleRaceUseCase {
|
||||
constructor(
|
||||
private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly raceRepository: IRaceRepository,
|
||||
private readonly seasonRepository: SeasonRepository,
|
||||
private readonly raceRepository: RaceRepository,
|
||||
private readonly logger: Logger,
|
||||
private readonly deps: { generateRaceId: () => string },
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user