remove totalEstimation from taskable as it must only be computable
This commit is contained in:
@@ -6,5 +6,4 @@ export interface Taskable {
|
|||||||
date: Date
|
date: Date
|
||||||
link: string | null
|
link: string | null
|
||||||
steps: Stepable[]
|
steps: Stepable[]
|
||||||
totalEstimation: number
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user