small syntax fix

This commit is contained in:
Philipp Kunz 2016-09-04 22:20:33 +02:00
parent 47596bfa59
commit 4563aade16

View File

@ -45,7 +45,6 @@ export class Smartsocket {
/**
* starts listening to incling sockets:
*/
startServer = () => {
this.io = plugins.socketIo(this.options.port);
this.io.on("connection", (socketArg) => {