remove typo in BatchContent variant

This commit is contained in:
ad hoc 2022-05-25 14:39:07 +02:00
parent 3015265bde
commit 6b2016b350
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
5 changed files with 12 additions and 12 deletions

View file

@ -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))?;