rename Succeded to Succeeded

This commit is contained in:
ad hoc 2022-05-30 16:42:51 +02:00
parent ab39df9693
commit 446f1f31e0
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
10 changed files with 111 additions and 17 deletions

View file

@ -263,7 +263,7 @@ impl From<Task> for TaskView {
TaskEvent::Created(_) => (TaskStatus::Enqueued, None, None),
TaskEvent::Batched { .. } => (TaskStatus::Enqueued, None, None),
TaskEvent::Processing(_) => (TaskStatus::Processing, None, None),
TaskEvent::Succeded { timestamp, result } => {
TaskEvent::Succeeded { timestamp, result } => {
match (result, &mut details) {
(
TaskResult::DocumentAddition {