website refactor

This commit is contained in:
2026-01-16 16:46:57 +01:00
parent 37b1aa626c
commit 2f53727702
445 changed files with 1160 additions and 1150 deletions

View File

@@ -48,11 +48,11 @@ export type GetLeagueDriverSeasonStatsErrorCode =
* Orchestrates domain logic and returns the result.
*/
export class GetLeagueDriverSeasonStatsUseCase {
constructor(private readonly standingRepository: IStandingRepository,
private readonly resultRepository: IResultRepository,
private readonly penaltyRepository: IPenaltyRepository,
private readonly raceRepository: IRaceRepository,
private readonly driverRepository: IDriverRepository,
constructor(private readonly standingRepository: StandingRepository,
private readonly resultRepository: ResultRepository,
private readonly penaltyRepository: PenaltyRepository,
private readonly raceRepository: RaceRepository,
private readonly driverRepository: DriverRepository,
private readonly driverRatingPort: DriverRatingPort) {}
async execute(