Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 8, 2016
1 parent a821c33 commit 0429beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = class WebSockets {
log('dialing %s', url)
const socket = connect(url, {
binary: true,
onConnect: () => callback
onConnect: () => callback()
})

const conn = new Connection(socket)
Expand Down

0 comments on commit 0429beb

Please sign in to comment.