mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
ensure the indexUid is valid in most cases
This commit is contained in:
@ -246,7 +246,6 @@ async fn document_addition(
|
||||
};
|
||||
// we NEED to persist the file here because we moved the `udpate_file` in another task.
|
||||
update_file.persist()?;
|
||||
println!("file has been persisted");
|
||||
Ok(documents_count)
|
||||
})
|
||||
.await;
|
||||
|
Reference in New Issue
Block a user