Fix conflict in backend.service.ts
This commit is contained in:
parent
4ca662c819
commit
8104f7641a
@ -246,15 +246,6 @@ export interface ScrumUserstory {
|
||||
projectid?: number;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
export interface ScrumSprint {
|
||||
id?: number;
|
||||
title: string;
|
||||
description?: string;
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
project?: number;
|
||||
=======
|
||||
export interface ScrumSprint{
|
||||
id?: number;
|
||||
title: string;
|
||||
@ -262,7 +253,6 @@ export interface ScrumSprint{
|
||||
startDate: string;
|
||||
endDate: string;
|
||||
project: number;
|
||||
>>>>>>> feature/dashboard
|
||||
}
|
||||
|
||||
export interface ScrumCategory {
|
||||
|
Loading…
x
Reference in New Issue
Block a user