mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
rename the dumpExport to dumpCreation
This commit is contained in:
parent
581d8b0a94
commit
3e45fdf7c5
16 changed files with 79 additions and 77 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue