mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 05:32:55 +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