mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
Fix indentation in postgres db
This commit is contained in:
parent
708793bf54
commit
c4f403b565
@ -631,7 +631,7 @@ class PostgresDatabase(BaseDatabase):
|
|||||||
|
|
||||||
# Set all attributes
|
# Set all attributes
|
||||||
for key, value in updates.items():
|
for key, value in updates.items():
|
||||||
if key == "storage_files" and isinstance(value, list):
|
if key == "storage_files" and isinstance(value, list):
|
||||||
serialized_value = [
|
serialized_value = [
|
||||||
_serialize_datetime(
|
_serialize_datetime(
|
||||||
item.model_dump() if hasattr(item, "model_dump") else
|
item.model_dump() if hasattr(item, "model_dump") else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user