Merge branch 'main' into simple-text-frontend

This commit is contained in:
Yannic Kilcher
2022-12-16 00:48:16 +01:00
-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