Skip to content

Commit

Permalink
feat: remove unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 committed Dec 11, 2023
1 parent 25ef3af commit 926fd84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/signers/src/portal/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export class PortalSigner
};

authenticate = async () => {
if (this.inner == null) throw new Error("No provider found");

this.signer = new WalletClientSigner(
createWalletClient({
transport: custom(this.inner.provider),
Expand Down

0 comments on commit 926fd84

Please sign in to comment.