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