chore: ws
This commit is contained in:
parent
9495e0456a
commit
a02bf2b1ff
|
@ -71,7 +71,6 @@ export default class SocketServer {
|
|||
return this.constructor.send(this.latus, this.io.sockets, packet);
|
||||
}
|
||||
|
||||
|
||||
to(room) {
|
||||
return {
|
||||
send: (packet) => this.constructor.send(this.latus, this.io.of(room), packet),
|
||||
|
|
Loading…
Reference in New Issue
Block a user