mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
introduce TaskListIdentifier
This commit is contained in:
@ -216,6 +216,7 @@ impl From<Task> for TaskView {
|
||||
TaskType::IndexUpdate,
|
||||
Some(TaskDetails::IndexInfo { primary_key }),
|
||||
),
|
||||
TaskContent::Dump { path: _ } => todo!(),
|
||||
};
|
||||
|
||||
// An event always has at least one event: "Created"
|
||||
|
Reference in New Issue
Block a user