This commit is contained in:
ManyTheFish 2025-04-01 16:12:41 +02:00
parent 294ccb6f44
commit 0cb2bf34a5
6 changed files with 28 additions and 13 deletions

View file

@ -28,7 +28,7 @@ impl Index {
self.main.remap_types::<Str, SerdeJson<DisabledTyposTerms>>().put(
txn,
main_key::DISABLED_TYPOS_TERMS,
&disabled_typos_terms,
disabled_typos_terms,
)?;
Ok(())