From 9a2ec7b11da034ae73a466dd80f27c828b700358 Mon Sep 17 00:00:00 2001 From: Diego Imbert <70353967+diegoimbert@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:58:41 +0100 Subject: [PATCH] fix ci oss (#7636) --- backend/windmill-api/src/job_helpers_oss.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/windmill-api/src/job_helpers_oss.rs b/backend/windmill-api/src/job_helpers_oss.rs index 7147d8133b..e69be166f8 100644 --- a/backend/windmill-api/src/job_helpers_oss.rs +++ b/backend/windmill-api/src/job_helpers_oss.rs @@ -152,6 +152,7 @@ pub struct DeleteS3FileQuery { #[cfg(not(feature = "private"))] pub async fn get_workspace_s3_resource_and_check_paths<'c>( _db_with_opt_authed: &DbWithOptAuthed<'c, ApiAuthed>, + _authed_api: Option<&ApiAuthed>, _w_id: &str, _storage: Option, _paths: &[(&str, windmill_common::s3_helpers::S3Permission)],