Skip to content

Commit

Permalink
docs(WebSocketManager): fix type of status (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 authored Nov 30, 2020
1 parent 6b322f4 commit 9f3c3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/websocket/WebSocketManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class WebSocketManager extends EventEmitter {

/**
* The current status of this WebSocketManager
* @type {number}
* @type {Status}
*/
this.status = Status.IDLE;

Expand Down

0 comments on commit 9f3c3e0

Please sign in to comment.