Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed Jul 29, 2024
1 parent 54d369c commit 33764bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coordinator/src/lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ impl<'a> LifecycleManager<'a> {
) -> LifecycleState {
// TODO: Re-enable auto deprovision once guard rails in place
// if config.is_none() {
// return LifecycleState::Deleting;
// }
// return LifecycleState::Deleting;
// }

// TODO Add more robust error handling, for now just stop
LifecycleState::Repairing
Expand Down

0 comments on commit 33764bd

Please sign in to comment.