fix(core): update

This commit is contained in:
2019-04-24 15:47:28 +02:00
parent 963619b2ed
commit d2cb6a3045
2 changed files with 6 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import { SocketServer } from './smartsocket.classes.socketserver';
import * as SocketIO from 'socket.io';
export interface ISmartsocketConstructorOptions {
port: number;
port?: number;
}
export class Smartsocket {