fix api build issues
This commit is contained in:
@@ -9,7 +9,9 @@ export class TransferLeagueOwnershipPresenter implements UseCaseOutputPort<Trans
|
||||
this.result = null;
|
||||
}
|
||||
|
||||
present(_result: TransferLeagueOwnershipResult): void {
|
||||
present(result: TransferLeagueOwnershipResult): void {
|
||||
void result;
|
||||
|
||||
this.result = {
|
||||
success: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user