Fix files
This commit is contained in:
parent
18081a28ba
commit
3c8d08dc03
6 changed files with 66 additions and 43 deletions
|
|
@ -191,6 +191,7 @@ impl Worker {
|
|||
"filename": filename,
|
||||
"path": path,
|
||||
"storage_url": storage_url,
|
||||
"raw_url": storage_url,
|
||||
"description": description,
|
||||
"analysis_status": analysis_status,
|
||||
"score": score
|
||||
|
|
@ -223,6 +224,7 @@ impl Worker {
|
|||
"filename": filename,
|
||||
"path": path,
|
||||
"storage_url": storage_url,
|
||||
"raw_url": storage_url,
|
||||
"description": description,
|
||||
"analysis_status": analysis_status,
|
||||
"score": serde_json::Value::Null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue