mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 03:01:56 +00:00
Remove unnecessary key from empty wtf subscribe call
This commit is contained in:
parent
1ed11ed783
commit
fa282aed1c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user