Skip to content

Commit

Permalink
one more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 12, 2024
1 parent fb72df8 commit 2582f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/idos-sdk-js/src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export class Data {

async hasWriteGrantGivenTo(granteeAddress: string) {
return await this.kwilWrapper.call("has_write_grant_given_to", {
grantee_wallet_identifier: granteeAddress,
wg_grantee_wallet_identifier: granteeAddress,
});
}

Expand Down

0 comments on commit 2582f15

Please sign in to comment.