mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
rename the dumpExport to dumpCreation
This commit is contained in:
committed by
Clément Renault
parent
3ea489421e
commit
ecf4e43b3d
@ -606,8 +606,8 @@ impl IndexScheduler {
|
||||
KindDump::TasksDeletion { query, tasks } => {
|
||||
KindWithContent::TaskDeletion { query, tasks }
|
||||
}
|
||||
KindDump::DumpExport { dump_uid, keys, instance_uid } => {
|
||||
KindWithContent::DumpExport { dump_uid, keys, instance_uid }
|
||||
KindDump::DumpCreation { dump_uid, keys, instance_uid } => {
|
||||
KindWithContent::DumpCreation { dump_uid, keys, instance_uid }
|
||||
}
|
||||
KindDump::Snapshot => KindWithContent::Snapshot,
|
||||
},
|
||||
|
Reference in New Issue
Block a user