mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Apply suggestions from code review
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
568199fc0d
commit
ab4e649221
2 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ impl FileStore {
|
|||
|
||||
Ok((uuid, update_file))
|
||||
}
|
||||
|
||||
/// Creates a new temporary update file with the given Uuid.
|
||||
/// A call to `persist` is needed to persist the file in the database.
|
||||
pub fn new_update_woth_uuid(&self, uuid: u128) -> Result<(Uuid, File)> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue