Skip to content

Commit

Permalink
remove outdated FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Jan 29, 2025
1 parent bc91f69 commit f595c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/lib/operations/canister/deploy_canisters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub async fn deploy_canisters(
CanisterPool::load(
env2, // if `env1`, fails with "NetworkDescriptor only available from an AgentEnvironment"
false,
&canisters_to_deploy, // FIXME: `unwrap`
&canisters_to_deploy,
)?
} else {
build_canisters(
Expand Down

0 comments on commit f595c87

Please sign in to comment.