Temporary remove duration from Tag
This commit is contained in:
parent
17a72ecdfc
commit
4fb5285c66
1 changed files with 2 additions and 1 deletions
|
@ -25,4 +25,5 @@ class TagRead(TagBase):
|
|||
|
||||
id: int
|
||||
name: str # = Field(description="Name of the tag", example="Listening Lectures")
|
||||
duration: timedelta # = Field(description="Total tracked duration", example=timedelta(days=3, hours=5, minutes=47))
|
||||
# duration: timedelta # = Field(description="Total tracked duration", example=timedelta(days=3, hours=5,
|
||||
# minutes=47))
|
||||
|
|
Loading…
Reference in a new issue