Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fhqvst committed Aug 25, 2017
1 parent 1ebc799 commit a119189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ class Avanza extends EventEmitter {
this._socket.on('message', (data, flags) => this._socketHandleMessage(data, flags))

if (this._socket.readyState === this._socket.OPEN) {

this.once('handshake', () => {
this._socketAuthenticating = false
this._socketInitialized = true
Expand Down

0 comments on commit a119189

Please sign in to comment.