Skip to content

Commit

Permalink
fix: Remove duplicate word in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiba committed May 4, 2024
1 parent 728164e commit 98845f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ const manager = new WebSocketManager({
new WorkerShardingStrategy(manager, {
shardsPerWorker: 2,
workerPath: './worker.js',
// Optionally, if you you have custom messaging, like for analytic collection, you can use this:
// Optionally, if you have custom messaging, like for analytic collection, you can use this:
async unknownPayloadHandler(data: any) {
// handle data here :3
// handle data here
},
}),
});
Expand Down

0 comments on commit 98845f6

Please sign in to comment.