mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix progress names
This commit is contained in:
parent
259fc067d3
commit
d439a3cb9d
1 changed files with 2 additions and 2 deletions
|
@ -178,8 +178,8 @@ make_enum_progress! {
|
|||
make_enum_progress! {
|
||||
pub enum Export {
|
||||
EnsuringCorrectnessOfTheTarget,
|
||||
ExporingTheSettings,
|
||||
ExporingTheDocuments,
|
||||
ExportingTheSettings,
|
||||
ExportingTheDocuments,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue