feat: add stats for canceled status
This commit is contained in:
parent
a86035a003
commit
5a9b6d9935
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ export class TaskController extends Controller {
|
||||||
[TaskStatus.InProgress]: 0,
|
[TaskStatus.InProgress]: 0,
|
||||||
[TaskStatus.Validate]: 0,
|
[TaskStatus.Validate]: 0,
|
||||||
[TaskStatus.Complete]: 0,
|
[TaskStatus.Complete]: 0,
|
||||||
|
[TaskStatus.Canceled]: 0,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue