Skip to content

Commit

Permalink
Fix swapping of rack_id and nexus id params (#5578)
Browse files Browse the repository at this point in the history
This let's add sled work again. I had broken it with a fix to another
bug in #5526.
  • Loading branch information
andrewjstone authored Apr 19, 2024
1 parent b826b24 commit ae287d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ impl Nexus {
&background_ctx,
Arc::clone(&db_datastore),
&config.pkg.background_tasks,
rack_id,
config.deployment.id,
config.deployment.rack_id,
resolver.clone(),
saga_request,
);
Expand Down

0 comments on commit ae287d4

Please sign in to comment.