updated Services (Write)

This commit is contained in:
2025-03-23 22:31:47 +03:00
parent 15a8b86823
commit 558de2399f
2 changed files with 1 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ def write_parsed_data_to_account_records(
new_account_record.save(db=db_session)
mongo_provider.update_one(
filter_query={"filename": file},
update_data={"$set": {"stage": "completed"}},
update_data={"$set": {"stage": "written"}},
)