mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
fixup: type spilled over from https://github.com/neondatabase/neon/pull/4300
This commit is contained in:
@@ -1750,7 +1750,7 @@ impl Tenant {
|
||||
});
|
||||
}
|
||||
|
||||
pub async fn wait_to_become_active(&self) -> Result<(), WaitToBecomeActiveError> {
|
||||
pub async fn wait_to_become_active(&self) -> anyhow::Result<()> {
|
||||
let mut receiver = self.state.subscribe();
|
||||
loop {
|
||||
let current_state = receiver.borrow_and_update().clone();
|
||||
|
||||
Reference in New Issue
Block a user