mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
fix the auto-generated details
This commit is contained in:
committed by
Clément Renault
parent
cff003c928
commit
5765883600
@ -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