fix(core): update

This commit is contained in:
2019-04-26 17:35:15 +02:00
parent 0d39d6f237
commit 86cf94c5dc
6 changed files with 204 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class Smartsocket {
}
// tslint:disable-next-line:member-ordering
public async setExternalServer (serverType: 'smartexpress', serverArg: any) {
public async setExternalServer(serverType: 'smartexpress', serverArg: any) {
await this.socketServer.setExternalServer(serverType, serverArg);
}