rename the dumpExport to dumpCreation

This commit is contained in:
Irevoire
2022-10-24 19:08:15 +02:00
committed by Clément Renault
parent 3ea489421e
commit ecf4e43b3d
16 changed files with 79 additions and 77 deletions

View File

@ -33,7 +33,7 @@ pub async fn create_dump(
))
.unwrap();
let task = KindWithContent::DumpExport {
let task = KindWithContent::DumpCreation {
keys: auth_controller.list_keys()?,
instance_uid: analytics.instance_uid().cloned(),
dump_uid,