small syntax fix
This commit is contained in:
parent
47596bfa59
commit
4563aade16
@ -45,7 +45,6 @@ export class Smartsocket {
|
|||||||
/**
|
/**
|
||||||
* starts listening to incling sockets:
|
* starts listening to incling sockets:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
startServer = () => {
|
startServer = () => {
|
||||||
this.io = plugins.socketIo(this.options.port);
|
this.io = plugins.socketIo(this.options.port);
|
||||||
this.io.on("connection", (socketArg) => {
|
this.io.on("connection", (socketArg) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user