register dump handler

This commit is contained in:
ad hoc 2022-05-19 14:51:04 +02:00
parent 60a8249de6
commit 414d0907ce
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
4 changed files with 25 additions and 20 deletions

View file

@ -218,7 +218,7 @@ impl From<Task> for TaskView {
TaskType::IndexUpdate,
Some(TaskDetails::IndexInfo { primary_key }),
),
TaskContent::Dump { path: _ } => (TaskType::Dump, None),
TaskContent::Dump => (TaskType::Dump, None),
};
// An event always has at least one event: "Created"