mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 06:12:54 +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() {
 | 
			
		||||
    this.webSocketService.connect();
 | 
			
		||||
    this.webSocketService.observeKey('shell').subscribe();  // TODO: wtf
 | 
			
		||||
    this.webSocketService.observeKey('').subscribe();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  sendTestMessage() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user