Updated session socket type

This commit is contained in:
Mitchell McCaffrey 2021-02-20 16:23:48 +11:00
parent c55e236a61
commit 1f665674a4

View File

@ -46,7 +46,7 @@ class Session extends EventEmitter {
/** /**
* The socket io connection * The socket io connection
* *
* @type {SocketIOClient.Socket} * @type {io.Socket}
*/ */
socket; socket;