Skip to content

Commit

Permalink
Allow reconnections
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoch committed Oct 2, 2024
1 parent 28e13f1 commit b98668d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/idos-sdk-js/src/lib/grants/grants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ class ConnectedGrants extends Grants {
this.#child = child;
}

async connect(_args: {
type: SignerType;
signer: Wallet | Signer;
accountId?: string;
}): Promise<ConnectedGrants> {
throw new Error("Can't re-connect");
}

async list(
args: {
owner?: string;
Expand Down

0 comments on commit b98668d

Please sign in to comment.