Skip to content

Commit

Permalink
Update follow.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
juangm authored Dec 3, 2024
1 parent b6b376f commit 0e64430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/actions/follow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function follow(
*
* ```ts
* const result = await unfollow(sessionClient,
* { account: EvmAddress('0x90c8c68d0Abfb40D4fCD72316A65e42161520BC3') }
* { account: evmAddress('0x90c8c68d0Abfb40D4fCD72316A65e42161520BC3') }
* );
* ```
*
Expand Down

0 comments on commit 0e64430

Please sign in to comment.