Skip to content

Commit

Permalink
fix: Move display order out of post model
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Nov 14, 2023
1 parent 959951d commit c1ac186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/capellacollab/projects/toolmodels/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class PostCapellaModel(pydantic.BaseModel):
name: str
description: str | None = None
tool_id: int
display_order: int | None = None


class PatchCapellaModel(pydantic.BaseModel):
Expand Down

0 comments on commit c1ac186

Please sign in to comment.