Skip to content

Commit

Permalink
fix(ctrl flow): remove else from control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 21, 2024
1 parent feb29ba commit 4b3c4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/ar-io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export class ArIO implements ArIOContract, BaseContract<ArIOState> {
contractTxId: this.contract.contractTxId,
signer,
});
} else {
this.contract.connect(signer);
}
this.contract.connect(signer);

return this;
}
/**
Expand Down

0 comments on commit 4b3c4c2

Please sign in to comment.