website refactor
This commit is contained in:
@@ -30,7 +30,7 @@ export type UpdateAvatarApplicationError = ApplicationErrorCode<
|
||||
|
||||
export class UpdateAvatarUseCase {
|
||||
constructor(
|
||||
private readonly avatarRepo: IAvatarRepository,
|
||||
private readonly avatarRepo: AvatarRepository,
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user