diff --git a/backend/windmill-api/src/apps.rs b/backend/windmill-api/src/apps.rs index 6ced2a682f..3074befc19 100644 --- a/backend/windmill-api/src/apps.rs +++ b/backend/windmill-api/src/apps.rs @@ -1607,10 +1607,7 @@ async fn sign_s3_objects( } #[cfg(not(feature = "parquet"))] -async fn sign_s3_objects( - authed: ApiAuthed, - Json(body): Json, -) -> Result>> { +async fn sign_s3_objects() -> Result<()> { return Err(Error::BadRequest( "This endpoint requires the parquet feature to be enabled".to_string(), ));