website refactor
This commit is contained in:
@@ -29,7 +29,7 @@ export type SelectAvatarApplicationError = ApplicationErrorCode<
|
||||
|
||||
export class SelectAvatarUseCase {
|
||||
constructor(
|
||||
private readonly avatarRepo: IAvatarGenerationRepository,
|
||||
private readonly avatarRepo: AvatarGenerationRepository,
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user