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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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