send the analytics even when the search fail

This commit is contained in:
Tamo
2021-11-02 12:38:01 +01:00
parent c32f13a909
commit 904bae98f8
3 changed files with 16 additions and 14 deletions

View File

@ -18,7 +18,7 @@ impl SearchAggregator {
Self::default()
}
pub fn finish(&mut self, _: &dyn Any) {}
pub fn succeed(&mut self, _: &dyn Any) {}
}
impl MockAnalytics {