Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Jan 3, 2025
1 parent 60efe2d commit 80db259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/windmill-api/src/apps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ async fn download_s3_file_from_app(
}

#[cfg(not(feature = "parquet"))]
async fn download_s3_file_from_app() -> Result<()> {
async fn load_s3_file_image_preview_from_app() -> Result<()> {
return Err(Error::BadRequest(
"This endpoint requires the parquet feature to be enabled".to_string(),
));
Expand Down

0 comments on commit 80db259

Please sign in to comment.