website refactor
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* In-memory implementation of IUserRatingRepository
|
||||
*/
|
||||
|
||||
import { UserRatingRepository, UserRating } from '@core/identity';
|
||||
import { UserRating, UserRatingRepository } from '@core/identity';
|
||||
import { Logger } from '@core/shared/domain';
|
||||
|
||||
export class InMemoryUserRatingRepository implements UserRatingRepository {
|
||||
|
||||
Reference in New Issue
Block a user