Remove unnecessary key from empty wtf subscribe call

This commit is contained in:
Kristóf Tóth 2018-03-05 13:29:58 +01:00
parent 1ed11ed783
commit fa282aed1c

View File

@ -13,7 +13,7 @@ export class TestmessagerComponent implements OnInit {
ngOnInit() {
this.webSocketService.connect();
this.webSocketService.observeKey('shell').subscribe(); // TODO: wtf
this.webSocketService.observeKey('').subscribe();
}
sendTestMessage() {