mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix some analytics issues
This commit is contained in:
parent
bcd0c5f5a4
commit
e706023969
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue