Merge pull request #11 from LAION-AI/duplicate-key-fi

removed duplicate api_key entry
This commit is contained in:
Yannic Kilcher
2022-12-15 17:21:42 +01:00
committed by GitHub
-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