Fix most of the easy issues

This commit is contained in:
Clément Renault
2025-06-30 18:31:32 +02:00
parent 7219299436
commit 85037352b9
6 changed files with 39 additions and 16 deletions

View File

@ -273,7 +273,7 @@ pub fn swap_index_uid_in_task(task: &mut Task, swap: (&str, &str)) {
K::TaskCancelation { .. }
| K::TaskDeletion { .. }
| K::DumpCreation { .. }
| K::Export { .. } // TODO I have patterns, not index uids
| K::Export { .. }
| K::UpgradeDatabase { .. }
| K::SnapshotCreation => (),
};