removed duplicate api_key entry

This commit is contained in:
Yannic Kilcher
2022-12-15 12:38:15 +01:00
parent c0e9f037c6
commit 8515d09bd7
-1
View File
@@ -10,7 +10,6 @@ class ServiceClient(SQLModel, table=True):
name: str
api_key: str
service_admin_email: Optional[str] = None
api_key: str
can_append: bool = True
can_write: bool = False
can_delete: bool = False