From c4f403b565778ced3a306ad2373b47b9c141ca73 Mon Sep 17 00:00:00 2001 From: Adityavardhan Agrawal Date: Sun, 20 Apr 2025 13:00:53 -0700 Subject: [PATCH] Fix indentation in postgres db --- core/database/postgres_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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