mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08: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 { .. }));
|
debug_assert!(matches!(task.content, TaskContent::Dump { .. }));
|
||||||
BatchContent::Dump(task)
|
BatchContent::Dump(task)
|
||||||
}
|
}
|
||||||
Processing::Nothing => unreachable!(),
|
Processing::Nothing => BatchContent::Empty,
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok((processing, content))
|
Ok((processing, content))
|
||||||
|
Loading…
Reference in New Issue
Block a user