Skip to content

Commit

Permalink
Update things.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Aug 6, 2024
1 parent b3c7307 commit 8052a05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hydroserverpy/schemas/things.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class ThingGetResponse(LocationFields, ThingFields, ThingID):
is_private: bool = Field(..., alias='isPrivate')
is_primary_owner: bool = Field(..., alias='isPrimaryOwner')
owns_thing: bool = Field(..., alias='ownsThing')
follows_thing: bool = Field(..., alias='followsThing')
owners: List[OwnerFields]

class Config:
Expand Down

0 comments on commit 8052a05

Please sign in to comment.