fix issues in core
This commit is contained in:
@@ -9,6 +9,8 @@ import { UserRating } from '../value-objects/UserRating';
|
||||
* Centralizes rating calculation logic and ensures consistency across the system.
|
||||
*/
|
||||
export class RatingUpdateService implements IDomainService {
|
||||
readonly serviceName = 'RatingUpdateService';
|
||||
|
||||
constructor(
|
||||
private readonly userRatingRepository: IUserRatingRepository
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user