We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e85f5 commit 8453372Copy full SHA for 8453372
constants/tasks.ts
@@ -35,7 +35,6 @@ const DEFAULT_TASK_PRIORITY = "TBD";
35
const MAPPED_TASK_STATUS = {
36
...TASK_STATUS,
37
UNASSIGNED: "AVAILABLE",
38
- DONE: "COMPLETED",
39
};
40
41
const TASK_SIZE = 5;
0 commit comments