Skip to content

Commit

Permalink
feat(example-dapp): update to match latest grant sharing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez committed Dec 6, 2024
1 parent 9f76ed5 commit 4b3305f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/idos-example-dapp/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ const connectWallet = {
.h1("eyes", "User's grants to this dApp")
.wait(
"awaiting RPC",
cache.get("grants") || idos.grants.list({ owner, grantee: granteeInfo.grantee }),
cache.get("grants") ||
idos.grants.list({ ownerAddress: owner, granteeAddress: granteeInfo.grantee }),
);
cache.set("grants", grants);

Expand Down

0 comments on commit 4b3305f

Please sign in to comment.