mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 22:56:28 +00:00
fix the auto-generated details
This commit is contained in:
committed by
Clément Renault
parent
aa13fc448d
commit
f3c2be1eb5
@ -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(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user