Christian Schwarz
2025-01-16 17:54:14 +01:00
parent 66c0df8109
commit c19a16792a

View File

@@ -384,7 +384,7 @@ impl<T: Types> Cache<T> {
return RoutingResult::NeedConsultTenantManager;
};
let Ok(first_handle) = first_handle.upgrade() else {
// TODO: dedup with get_impl()
// TODO: dedup with get()
trace!("handle cache stale");
let first_key_owned = *first_key;
self.map.remove(&first_key_owned).unwrap();