mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix the auto-generated details
This commit is contained in:
parent
aa13fc448d
commit
f3c2be1eb5
16 changed files with 176 additions and 27 deletions
|
@ -731,7 +731,7 @@ impl IndexScheduler {
|
|||
KindWithContent::IndexDeletion { .. } => Some(Details::ClearAll {
|
||||
deleted_documents: Some(number_of_documents),
|
||||
}),
|
||||
otherwise => otherwise.default_details(),
|
||||
otherwise => otherwise.default_finished_details(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue