Remove useless data

This commit is contained in:
Mubelotix
2025-08-26 11:06:23 +02:00
parent 857bdffb1a
commit ab91ea8b47
2 changed files with 8 additions and 11 deletions

View File

@ -150,8 +150,8 @@ async fn execute_run(
let meilisearch = meili_process::start(
meili_client,
master_key,
workload,
&args.common.asset_folder,
&workload.extra_cli_args,
&workload.name,
run_command,
)
.await?;