Skip to content

Commit 67d9570

Browse files
45930boray
andauthored
Update src/lib/mina/fetch.ts
Co-authored-by: Boray Saygılıer <[email protected]>
1 parent 05af361 commit 67d9570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/mina/fetch.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ async function fetchEvents(
702702
*
703703
* @example
704704
* const accountInfo = { publicKey: 'B62qiwmXrWn7Cok5VhhB3KvCwyZ7NHHstFGbiU5n7m8s2RqqNW1p1wF' };
705-
* const acitonsList = await fetchAccount(accountInfo);
706-
* console.log(acitonsList);
705+
* const actionsList = await fetchAccount(accountInfo);
706+
* console.log(actionsList);
707707
*/
708708
async function fetchActions(
709709
accountInfo: ActionsQueryInputs,

0 commit comments

Comments
 (0)