fix: add missing deleted_at columns to all plugin tables, fix system-settings response schema, fix transaction rollback in permissions
This commit is contained in:
@@ -24,7 +24,7 @@ async def get_system_settings(
|
||||
tenant_id = uuid.UUID(current_user["tenant_id"])
|
||||
result = await system_settings_service.get_system_settings(db, tenant_id)
|
||||
if result is None:
|
||||
return {}
|
||||
return SystemSettingsResponse()
|
||||
return result
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user