mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-24 05:30:16 +01:00
fix a typo
This commit is contained in:
parent
76a4f86e0c
commit
ddab9eafa1
@ -189,7 +189,7 @@ mod segment {
|
|||||||
"version": env!("CARGO_PKG_VERSION").to_string(),
|
"version": env!("CARGO_PKG_VERSION").to_string(),
|
||||||
},
|
},
|
||||||
})),
|
})),
|
||||||
user: user.clone(),
|
user: self.user.clone(),
|
||||||
traits: Self::compute_traits(&self.opt, stats),
|
traits: Self::compute_traits(&self.opt, stats),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user