Prefer using TaskDeletion in the dumps

This commit is contained in:
Kerollmops 2022-10-17 18:11:28 +02:00 committed by Clément Renault
parent bcb7d1744a
commit 607a0600e5
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 3 additions and 3 deletions

View file

@ -526,7 +526,7 @@ impl IndexScheduler {
KindDump::TaskCancelation { query, tasks } => {
KindWithContent::TaskCancelation { query, tasks }
}
KindDump::DeleteTasks { query, tasks } => {
KindDump::TasksDeletion { query, tasks } => {
KindWithContent::TaskDeletion { query, tasks }
}
KindDump::DumpExport {