mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 16:10:37 +00:00
fix merge fallout (?)
This commit is contained in:
@@ -1670,7 +1670,7 @@ impl Tenant {
|
||||
let mut activated_timelines = 0;
|
||||
|
||||
for timeline in not_broken_timelines {
|
||||
timeline.activate(broker_client, ctx);
|
||||
timeline.activate(broker_client.clone(), ctx);
|
||||
activated_timelines += 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user