fix the whole batchKind thingy

This commit is contained in:
Tamo
2022-09-09 01:09:50 +02:00
committed by Clément Renault
parent af0f5d6c0c
commit 6b9689a1c0
4 changed files with 292 additions and 5 deletions

View File

@ -67,6 +67,8 @@ impl IndexScheduler {
})?;
}
// TODO: TAMO: update the task in `all_tasks`
Ok(())
}