diff --git a/components/suggest/src/store.rs b/components/suggest/src/store.rs index 970fcb1b6f..f1c6270f25 100644 --- a/components/suggest/src/store.rs +++ b/components/suggest/src/store.rs @@ -388,9 +388,7 @@ where dao.put_last_ingest_if_newer(record.last_modified)?; Ok(()) - })?; - - Ok(()) + }) } }