Skip to content

Commit

Permalink
fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Sep 15, 2018
1 parent 4e4c8c6 commit 624eac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transports/WebSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class WebSocketTransport extends EventEmitter {
}

onOpen() {
this.client.rest.endpoint = `http://${this.hostAndPort}`;
this.client.rest.versioned = false;
this.emit('open');
}

Expand Down

0 comments on commit 624eac1

Please sign in to comment.