docs(WebSocketManager): fix type of status (#5059)

This commit is contained in:
Advaith
2020-11-29 16:08:54 -08:00
committed by GitHub
parent 6b322f47a0
commit 9f3c3e0918

View File

@@ -76,7 +76,7 @@ class WebSocketManager extends EventEmitter {
/**
* The current status of this WebSocketManager
* @type {number}
* @type {Status}
*/
this.status = Status.IDLE;