mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 09:02:55 +00:00 
			
		
		
		
	Remove obsolete TODO
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
export class WSMessage<T> {
 | 
					export class WSMessage<T> {
 | 
				
			||||||
  key: string;
 | 
					  key: string;
 | 
				
			||||||
  trigger?: string;
 | 
					  trigger?: string;
 | 
				
			||||||
  data: T;  // TODO: sane annotation
 | 
					  data: T;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user