Skip to content

Commit

Permalink
fix: add missing parenthesis (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
murumury authored Dec 18, 2023
1 parent 7ee61aa commit c90c326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/api/channel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following example logs the online peers in the channel:
channel.subscribePeers((peers) => {
peers.forEach((peer) => {
console.log(peer + " is online")
}
})
});
```

Expand Down

1 comment on commit c90c326

@vercel
Copy link

@vercel vercel bot commented on c90c326 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.