Skip to content

Commit fa828bc

Browse files
committed
Fix compilation
1 parent 30da232 commit fa828bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trino-lb/src/scaling/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ impl Scaler {
619619
cluster: &cluster.name,
620620
})?;
621621

622-
let new_state = current_state.turn_ready_if_not_deactivated();
622+
let new_state = current_state.mark_ready_if_not_deactivated();
623623

624624
self.persistence
625625
.set_cluster_state(&cluster.name, new_state)

0 commit comments

Comments
 (0)