Skip to content

Commit

Permalink
fix: set action_id on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed Apr 2, 2024
1 parent a075ef2 commit 3a03aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uplink/src/collector/downloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ impl FileDownloader {
return;
}
};

self.action_id = state.current.action.action_id.clone();

if let Err(e) = self.download(state).await {
self.forward_error(e).await;
}
Expand Down

0 comments on commit 3a03aef

Please sign in to comment.