mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 07:19:02 +00:00
Add reclaim assigned tasks button
This commit is contained in:
@@ -318,3 +318,7 @@ type ResetFailedTaskResponse struct {
|
||||
type HardResetResponse struct {
|
||||
AffectedTasks int64 `json:"affected_tasks"`
|
||||
}
|
||||
|
||||
type ReclaimAssignedTasksResponse struct {
|
||||
AffectedTasks int64 `json:"affected_tasks"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user