Skip to content

Commit

Permalink
Add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Dec 19, 2023
1 parent be2c39b commit 3cf1f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arnold/api/api_v1/endpoints/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@


class ReceivedPlotDatapointsModel(BaseModel):
tag: Optional[str]
priority: Optional[str]
tag: Optional[str] = None
priority: Optional[str] = None
total: int


Expand Down

0 comments on commit 3cf1f6d

Please sign in to comment.