mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +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! {
|
make_enum_progress! {
|
||||||
pub enum Export {
|
pub enum Export {
|
||||||
EnsuringCorrectnessOfTheTarget,
|
EnsuringCorrectnessOfTheTarget,
|
||||||
ExporingTheSettings,
|
ExportingTheSettings,
|
||||||
ExporingTheDocuments,
|
ExportingTheDocuments,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue