mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
processing::Nothing return BatchContent::Empty instead of panic
This commit is contained in:
parent
5a2972fc19
commit
a9ef399a6b
@ -158,7 +158,7 @@ impl TaskStore {
|
||||
debug_assert!(matches!(task.content, TaskContent::Dump { .. }));
|
||||
BatchContent::Dump(task)
|
||||
}
|
||||
Processing::Nothing => unreachable!(),
|
||||
Processing::Nothing => BatchContent::Empty,
|
||||
};
|
||||
|
||||
Ok((processing, content))
|
||||
|
Loading…
Reference in New Issue
Block a user