Skip to content

Commit

Permalink
changing spaceOwner shim name: getNumTotalMemberships->getNumTotalSpaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanical-turk committed Jun 24, 2024
1 parent c7da304 commit 2cbfd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/src/v3/SpaceOwner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class SpaceOwner {
)
}

public async getNumTotalMemberships(): Promise<ethers.BigNumber> {
public async getNumTotalSpaces(): Promise<ethers.BigNumber> {
return this.erc721A.read.totalSupply()
}
}

0 comments on commit 2cbfd20

Please sign in to comment.