1
0
mirror of https://github.com/avatao-content/frontend-tutorial-framework synced 2025-01-27 16:41:56 +00:00

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() { ngOnInit() {
this.webSocketService.connect(); this.webSocketService.connect();
this.webSocketService.observeKey('shell').subscribe(); // TODO: wtf this.webSocketService.observeKey('').subscribe();
} }
sendTestMessage() { sendTestMessage() {