Skip to content

Commit

Permalink
fix: typo in AgentSummary queryfilter fieldspec (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa authored Aug 2, 2024
1 parent 45cde20 commit aea3b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/models/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def from_row(
"id": ("id", None),
"status": ("status", enum_field_getter(AgentStatus)),
"scaling_group": ("scaling_group", None),
"schedulable": ("schedulabe", None),
"schedulable": ("schedulable", None),
}

_queryorder_colmap: Mapping[str, OrderSpecItem] = {
Expand Down

0 comments on commit aea3b27

Please sign in to comment.