Removed comment

This commit is contained in:
Nicolai Ort 2020-06-08 12:55:11 +02:00
parent 2660f3a407
commit c9b814a0fe

View File

@ -42,7 +42,6 @@ enum Priority {
Low="low"
}
//enum prio{high, middle, low}; --> noch nicht im backend
export interface Task {
id?: number;
title: string;