Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
juangm committed Jan 20, 2025
1 parent 1d4e255 commit 980e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/actions/sns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function fetchSnsSubscription(
* { accountMentioned: evmAddress('0x1234...') },
* { accountFollowed: evmAddress('0x90ab...') },
* ],
* webhook: 'https://example.com',
* webhook: uri('https://example.com'),
* });
* ```
*
Expand Down

0 comments on commit 980e31f

Please sign in to comment.