Rename the Snapshot task into SnapshotCreation

This commit is contained in:
Kerollmops 2022-10-25 10:44:58 +02:00 committed by Tamo
parent c2842ad25f
commit e65f82bc86
6 changed files with 24 additions and 19 deletions

View file

@ -708,7 +708,7 @@ impl IndexScheduler {
KindDump::DumpCreation { dump_uid, keys, instance_uid } => {
KindWithContent::DumpCreation { dump_uid, keys, instance_uid }
}
KindDump::Snapshot => KindWithContent::Snapshot,
KindDump::SnapshotCreation => KindWithContent::SnapshotCreation,
},
};