website refactor
This commit is contained in:
@@ -16,7 +16,7 @@ export interface GetUserRatingLedgerQuery {
|
||||
|
||||
export class GetUserRatingLedgerQueryHandler {
|
||||
constructor(
|
||||
private readonly ratingEventRepo: IRatingEventRepository
|
||||
private readonly ratingEventRepo: RatingEventRepository
|
||||
) {}
|
||||
|
||||
async execute(query: GetUserRatingLedgerQuery): Promise<PaginatedLedgerResult> {
|
||||
|
||||
Reference in New Issue
Block a user