From 4563aade16dbb43c1ec964b18ef6ae54c0c6ea39 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 4 Sep 2016 22:20:33 +0200 Subject: [PATCH] small syntax fix --- ts/smartsocket.classes.smartsocket.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/smartsocket.classes.smartsocket.ts b/ts/smartsocket.classes.smartsocket.ts index 0d33f65..5769d01 100644 --- a/ts/smartsocket.classes.smartsocket.ts +++ b/ts/smartsocket.classes.smartsocket.ts @@ -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) => {