website refactor
This commit is contained in:
@@ -17,7 +17,7 @@ export interface GetTeamRatingLedgerQuery {
|
||||
|
||||
export class GetTeamRatingLedgerQueryHandler {
|
||||
constructor(
|
||||
private readonly ratingEventRepo: ITeamRatingEventRepository
|
||||
private readonly ratingEventRepo: TeamRatingEventRepository
|
||||
) {}
|
||||
|
||||
async execute(query: GetTeamRatingLedgerQuery): Promise<PaginatedTeamLedgerResult> {
|
||||
|
||||
Reference in New Issue
Block a user