Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions sidecar/src/user_context/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,7 @@ impl UserContext {
})
.collect::<Vec<_>>();

// No need to compress images here as they were compressed when added
let processed_new_images = new_user_context.images;
new_user_context.images = processed_new_images;
// No need to process images here as they were compressed when added

let images_to_extend = self
.images
Expand Down Expand Up @@ -980,4 +978,4 @@ mod tests {
);
}
}
}
}