Skip to content

Commit

Permalink
Update components/suggest/src/store.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nan Jiang <[email protected]>
  • Loading branch information
tiftran and ncloudioj authored Oct 5, 2023
1 parent 21d0e77 commit 2a0dc4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/suggest/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,7 @@ where
dao.put_last_ingest_if_newer(record.last_modified)?;

Ok(())
})?;

Ok(())
})
}
}

Expand Down

0 comments on commit 2a0dc4b

Please sign in to comment.