mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
fix smol typo
This commit is contained in:
parent
366a344474
commit
38e4ffe73c
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ impl IndexScheduler {
|
|||
settings,
|
||||
settings_tasks,
|
||||
} => {
|
||||
let index = self.create_index(wtxn, &index_uid)?;
|
||||
let index = self.index_mapper.create_index(wtxn, &index_uid)?;
|
||||
let mut updated_tasks = Vec::new();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue