Skip to content

Commit

Permalink
Remove total from trailblazer response
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Feb 23, 2024
1 parent 05d286b commit 44ac14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cg/apps/tb/dto/summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

class Summary(BaseModel):
order_id: int
total: int
delivered: int
running: int
cancelled: int
Expand Down

0 comments on commit 44ac14d

Please sign in to comment.