Skip to content

Commit f10f7be

Browse files
fix: response
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ff9465f commit f10f7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plane/models/work_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ class WorkItemGroupedCountResponse(BaseModel):
638638
"grouped_by": "priority",
639639
"sub_grouped_by": null,
640640
"total_count": 42,
641-
"grouped_counts": {"urgent": {"count": 3}, "none": {"count": 6}}
641+
"grouped_counts": {"urgent": {"count": 3}, "None": {"count": 6}}
642642
}
643643
644644
**With** ``group_by`` and ``sub_group_by`` — values carry ``total_count``

0 commit comments

Comments
 (0)