Merge 4a1b228d95 into 96096ea0ff
This commit is contained in:
commit
cadf57eba2
|
|
@ -559,7 +559,7 @@ def list_tasks():
|
|||
|
||||
return jsonify({
|
||||
"success": True,
|
||||
"data": [t.to_dict() for t in tasks],
|
||||
"data": tasks, # list_tasks() already returns to_dict() results
|
||||
"count": len(tasks)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue