Removed comment
This commit is contained in:
		@@ -42,7 +42,6 @@ enum Priority {
 | 
				
			|||||||
    Low="low"
 | 
					    Low="low"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//enum prio{high, middle, low}; --> noch nicht im backend
 | 
					 | 
				
			||||||
export interface Task {
 | 
					export interface Task {
 | 
				
			||||||
    id?: number;
 | 
					    id?: number;
 | 
				
			||||||
    title: string;
 | 
					    title: string;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user