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.
2 parents 0b80186 + b66339a commit f635653Copy full SHA for f635653
constants/tasks.js
@@ -8,7 +8,8 @@ const TASK_STATUS = {
8
ACTIVE: 'active',
9
ASSIGNED: 'assigned',
10
BLOCKED: 'blocked',
11
- COMPLETED: 'completed'
+ COMPLETED: 'completed',
12
+ UNASSIGNED: 'unAssigned'
13
}
14
15
module.exports = { TASK_TYPE, TASK_STATUS }
0 commit comments