Optimize user langs

This commit is contained in:
2023-06-21 12:24:12 +02:00
parent 5a725eb30c
commit b62e659576
9 changed files with 43 additions and 35 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: allowed_langs.into_vec(),
}).await;
let mut task = match task {