mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
remove typo in BatchContent variant
This commit is contained in:
parent
3015265bde
commit
6b2016b350
5 changed files with 12 additions and 12 deletions
|
@ -147,7 +147,7 @@ impl TaskStore {
|
|||
.ok_or(TaskError::UnexistingTask(*id))?;
|
||||
tasks.push(task);
|
||||
}
|
||||
BatchContent::DocumentAddtitionBatch(tasks)
|
||||
BatchContent::DocumentsAdditionBatch(tasks)
|
||||
}
|
||||
Processing::IndexUpdate(id) => {
|
||||
let task = store.get(&txn, id)?.ok_or(TaskError::UnexistingTask(id))?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue