Skip to content

Commit

Permalink
fix: correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Mar 22, 2024
1 parent 955fb1b commit f0d3ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/async_task_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub fn chat_upload_stream_handler(
}
return;
}
AttachmentKind::AttachedProgress(progress) => {
AttachmentKind::AttachedProgress(_, progress) => {
let progress = progress.into();
if let Err(e) = WARP_EVENT_CH.tx.send(WarpEvent::Message(
MessageEvent::AttachmentProgress {
Expand Down

0 comments on commit f0d3ed8

Please sign in to comment.