mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
fix a weird variable name
This commit is contained in:
@@ -2200,7 +2200,7 @@ pub(crate) async fn get_active_tenant_with_timeout(
|
||||
locked.resolve_attached_shard(&tenant_id, shard_selector)
|
||||
};
|
||||
match resolved {
|
||||
ShardResolveResult::Found(tsid) => break tsid,
|
||||
ShardResolveResult::Found(tenant_shard) => break tenant_shard,
|
||||
ShardResolveResult::NotFound => {
|
||||
return Err(GetActiveTenantError::NotFound(GetTenantError::NotFound(
|
||||
tenant_id,
|
||||
|
||||
Reference in New Issue
Block a user