mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
remove useless todo
This commit is contained in:
parent
9fe24fbff2
commit
655705eb2b
1 changed files with 2 additions and 8 deletions
|
@ -507,15 +507,9 @@ impl IndexScheduler {
|
||||||
(bitmap.insert(task.uid));
|
(bitmap.insert(task.uid));
|
||||||
})?;
|
})?;
|
||||||
|
|
||||||
match wtxn.commit() {
|
wtxn.commit()?;
|
||||||
Ok(()) => (),
|
|
||||||
_e @ Err(_) => {
|
|
||||||
todo!("remove the data associated with the task");
|
|
||||||
// _e?;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.wake_up.signal();
|
self.wake_up.signal();
|
||||||
|
|
||||||
Ok(task)
|
Ok(task)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue