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
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
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 {