Skip to content

Commit

Permalink
revert some code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
callicles committed Feb 21, 2025
1 parent b512d61 commit 47085da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/framework-cli/src/framework/core/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,7 @@ pub async fn plan_changes(
{
None => {
// None means completed
existing_data_loads.insert(
id.clone(),
InitialDataLoad {
status: InitialDataLoadStatus::Completed,
..load.clone()
},
);
existing_data_loads.insert(id.clone(), load.clone());
}
Some(progress) => {
existing_data_loads.insert(
Expand Down

0 comments on commit 47085da

Please sign in to comment.