mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
register dump handler
This commit is contained in:
parent
60a8249de6
commit
414d0907ce
4 changed files with 25 additions and 20 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue