fix the auto-generated details

This commit is contained in:
Irevoire
2022-10-19 16:44:42 +02:00
committed by Clément Renault
parent cff003c928
commit 5765883600
16 changed files with 176 additions and 27 deletions

View File

@ -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(),
};
}