refactor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import { UserRating } from '../../domain/value-objects/UserRating';
|
||||
import type { IUserRatingRepository } from '../../domain/repositories/IUserRatingRepository';
|
||||
import { Logger } from '@gridpilot/core/shared/application';
|
||||
import { Logger } from '@core/shared/application';
|
||||
|
||||
export class InMemoryUserRatingRepository implements IUserRatingRepository {
|
||||
private ratings: Map<string, UserRating> = new Map();
|
||||
|
||||
Reference in New Issue
Block a user