From 8052a058d5122d081eb99b3fffac417ae60d3015 Mon Sep 17 00:00:00 2001 From: Kenneth Lippold Date: Tue, 6 Aug 2024 12:50:39 -0700 Subject: [PATCH] Update things.py --- src/hydroserverpy/schemas/things.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hydroserverpy/schemas/things.py b/src/hydroserverpy/schemas/things.py index ad892e9..6fba30e 100644 --- a/src/hydroserverpy/schemas/things.py +++ b/src/hydroserverpy/schemas/things.py @@ -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: