Merge branch 'emakazi_dev' of TSP/taurus-tv into master

This commit is contained in:
Danyi Dávid 2017-08-24 16:45:51 +02:00 committed by Gogs
commit 0ed37b025e

View File

@ -23,4 +23,5 @@ export class KanbanEntry {
public team: string;
public answerCode: string;
public isLastOfPriority: boolean;
public worklog: string;
}