mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove useless reset
fixes https://github.com/meilisearch/meilisearch/pull/5494#discussion_r2069373494
This commit is contained in:
parent
8068337b07
commit
a964251cee
1 changed files with 0 additions and 1 deletions
|
@ -884,7 +884,6 @@ impl<'a, 't, 'i> Settings<'a, 't, 'i> {
|
|||
disabled_typos_terms.disable_on_numbers = disable_on_numbers;
|
||||
}
|
||||
Setting::Reset => {
|
||||
self.index.delete_disabled_typos_terms(self.wtxn)?;
|
||||
disabled_typos_terms.disable_on_numbers =
|
||||
DisabledTyposTerms::default().disable_on_numbers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue