mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-09 22:48:54 +01:00
Fix some analytics issues
This commit is contained in:
parent
bcd0c5f5a4
commit
e706023969
@ -631,7 +631,7 @@ pub async fn edit_documents_by_function(
|
||||
.await??
|
||||
.into();
|
||||
|
||||
debug!(returns = ?task, "Delete documents by filter");
|
||||
debug!(returns = ?task, "Edit documents by function");
|
||||
Ok(HttpResponse::Accepted().json(task))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user