Skip to content

Commit

Permalink
Import reference optimised
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 14, 2024
1 parent 5f42a12 commit 5c30d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/copy_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ async fn redact_upload_file<
dest_file_ref: &FileSystemRef,
redacter_with_options: &(RedacterBaseOptions, Vec<impl Redacter>),
file_converters: &FileConverters,
) -> AppResult<crate::commands::copy_command::TransferFileResult> {
) -> AppResult<TransferFileResult> {
let (redacter_base_options, redacters) = redacter_with_options;
let mut support_redacters = Vec::new();
for redacter in redacters {
Expand Down

0 comments on commit 5c30d34

Please sign in to comment.