rebase on index-scheduler

This commit is contained in:
Tamo
2022-10-17 15:11:35 +02:00
committed by Clément Renault
parent e0221fc0a3
commit d0e91555d1
7 changed files with 12 additions and 6 deletions

View File

@ -480,7 +480,7 @@ impl IndexScheduler {
KindDump::IndexSwap { lhs, rhs } => KindWithContent::IndexSwap { lhs, rhs },
KindDump::CancelTask { tasks } => KindWithContent::CancelTask { tasks },
KindDump::DeleteTasks { query, tasks } => {
KindWithContent::DeleteTasks { query, tasks }
KindWithContent::TaskDeletion { query, tasks }
}
KindDump::DumpExport { dump_uid } => KindWithContent::DumpExport {
dump_uid,