This commit is contained in:
2023-06-21 13:38:17 +02:00
parent a369f470b8
commit 9e7922d03c
13 changed files with 113 additions and 78 deletions

View File

@@ -438,7 +438,7 @@ async fn download_archive(
object_id: id,
object_type: task_type,
file_format: file_type,
allowed_langs: allowed_langs.into_vec(),
allowed_langs,
}).await;
let mut task = match task {