We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f046cf commit 91e0016Copy full SHA for 91e0016
components/places/src/ffi.rs
@@ -265,7 +265,7 @@ impl PlacesConnection {
265
266
#[handle_error(crate::Error)]
267
pub fn metadata_delete_search_terms(&self) -> ApiResult<()> {
268
- self.with_conn(|conn| history_metadata::delete_all_metadata_for_search(conn))
+ self.with_conn(history_metadata::delete_all_metadata_for_search)
269
}
270
271
/// Add an observation to the database.
0 commit comments