Remove trailing whitespace in database.py

This commit is contained in:
2025-10-20 17:40:13 -04:00
parent 253058b45b
commit 7bb8c0d969

View File

@@ -519,7 +519,7 @@ def get_custom_ar_fields(tenant_id: str) -> List[Dict[str, Any]]:
'editable': row['editable'],
'displayOrder': row['display_order']
})
return fields
def save_custom_ar_field(tenant_id: str, field_data: Dict[str, Any]) -> int: