rewrite the update file API

This commit is contained in:
Tamo 2022-10-10 19:57:47 +02:00 committed by Clément Renault
parent d8ac2a0063
commit 704b9566e4
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 40 additions and 12 deletions

View file

@ -118,7 +118,7 @@ impl V6Reader {
.path()
.join("tasks")
.join("update_files")
.join(task.uid.to_string());
.join(format!("{}.jsonl", task.uid.to_string()));
if update_file_path.exists() {
Ok((