diff --git a/core/database/postgres_database.py b/core/database/postgres_database.py index 88484ca..fadcba7 100644 --- a/core/database/postgres_database.py +++ b/core/database/postgres_database.py @@ -631,7 +631,7 @@ class PostgresDatabase(BaseDatabase): # Set all attributes for key, value in updates.items(): - if key == "storage_files" and isinstance(value, list): + if key == "storage_files" and isinstance(value, list): serialized_value = [ _serialize_datetime( item.model_dump() if hasattr(item, "model_dump") else