mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
fix error message when empty payload
This commit is contained in:
@ -38,7 +38,6 @@ impl Data {
|
||||
file.sync_all().await?;
|
||||
let file = file.into_std().await;
|
||||
|
||||
|
||||
let index_controller = self.index_controller.clone();
|
||||
let update = tokio::task::spawn_blocking(move ||{
|
||||
let mmap;
|
||||
|
Reference in New Issue
Block a user