This commit is contained in:
Timothy Jaeryang Baek 2025-11-09 21:09:59 -05:00
parent 27df461abd
commit 413fa27b18

View file

@ -2482,7 +2482,6 @@ def process_files_batch(
file_updates.append(
FileUpdateForm(
id=file.id,
hash=calculate_sha256_string(text_content),
data={"content": text_content},
)