website refactor
This commit is contained in:
@@ -11,8 +11,8 @@ import { TeamRatingSnapshotCalculator } from '@core/racing/domain/services/TeamR
|
||||
*/
|
||||
export class AppendTeamRatingEventsUseCase {
|
||||
constructor(
|
||||
private readonly ratingEventRepository: ITeamRatingEventRepository,
|
||||
private readonly ratingRepository: ITeamRatingRepository,
|
||||
private readonly ratingEventRepository: TeamRatingEventRepository,
|
||||
private readonly ratingRepository: TeamRatingRepository,
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user