mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
rename the dumpExport to dumpCreation
This commit is contained in:
committed by
Clément Renault
parent
3ea489421e
commit
ecf4e43b3d
@ -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,
|
||||
|
Reference in New Issue
Block a user