mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 06:12:54 +00:00 
			
		
		
		
	Remove empty ctor body
This commit is contained in:
		@@ -18,9 +18,7 @@ export class WebSocketService {
 | 
			
		||||
  private uplink: QueueingSubject<object>;
 | 
			
		||||
  public downlink: Observable<WSMessage<undefined>>;
 | 
			
		||||
 | 
			
		||||
  constructor() {
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
  constructor() {}
 | 
			
		||||
 | 
			
		||||
  public connect() {
 | 
			
		||||
    if (this.downlink) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user