refactor driver module (wip)
This commit is contained in:
@@ -11,7 +11,7 @@ export class UpdateAvatarPresenter implements UseCaseOutputPort<UpdateAvatarResu
|
||||
this.model = null;
|
||||
}
|
||||
|
||||
present(result: UpdateAvatarResult): void {
|
||||
present(_result: UpdateAvatarResult): void {
|
||||
this.model = {
|
||||
success: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user