mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
fixes a lot of small issue, the test about the cancellation is still failing
This commit is contained in:
@ -62,11 +62,6 @@ impl Task {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn with_batch_id(mut self, batch_id: TaskId) -> Self {
|
||||
self.batch_uid = Some(batch_id);
|
||||
self
|
||||
}
|
||||
|
||||
/// Return the list of indexes updated by this tasks.
|
||||
pub fn indexes(&self) -> Vec<&str> {
|
||||
self.kind.indexes()
|
||||
|
Reference in New Issue
Block a user