website refactor
This commit is contained in:
@@ -28,8 +28,8 @@ export interface RecomputeUserRatingSnapshotOutput {
|
||||
*/
|
||||
export class RecomputeUserRatingSnapshotUseCase {
|
||||
constructor(
|
||||
private readonly ratingEventRepository: IRatingEventRepository,
|
||||
private readonly userRatingRepository: IUserRatingRepository,
|
||||
private readonly ratingEventRepository: RatingEventRepository,
|
||||
private readonly userRatingRepository: UserRatingRepository,
|
||||
) {}
|
||||
|
||||
async execute(input: RecomputeUserRatingSnapshotInput): Promise<RecomputeUserRatingSnapshotOutput> {
|
||||
|
||||
Reference in New Issue
Block a user