mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 11:55:12 +00:00
Remove unnecessary key from empty wtf subscribe call
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user