Skip to content

Commit

Permalink
Merge pull request #724 from lukso-network/fix-typos6
Browse files Browse the repository at this point in the history
Fix setData to setDataBatch
  • Loading branch information
Hugoo authored Nov 12, 2023
2 parents a0eda50 + e162415 commit 103e341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/expert-guides/key-manager/grant-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ async function grantPermissions() {
]);

// step 3.3 - send the transaction
await myUniversalProfile.methods.setData(
await myUniversalProfile.methods.setDataBatch(
data.keys,
data.values,
).send({
Expand Down

0 comments on commit 103e341

Please sign in to comment.