test apps api
This commit is contained in:
@@ -133,7 +133,7 @@ export class AuthService {
|
||||
|
||||
this.commandResultPresenter.reset();
|
||||
|
||||
const result = await this.logoutUseCase.execute({});
|
||||
const result = await this.logoutUseCase.execute();
|
||||
|
||||
if (result.isErr()) {
|
||||
const error = result.unwrapErr() as LogoutApplicationError;
|
||||
|
||||
Reference in New Issue
Block a user