mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
fix smol typo
This commit is contained in:
parent
366a344474
commit
38e4ffe73c
@ -198,7 +198,7 @@ impl IndexScheduler {
|
|||||||
settings,
|
settings,
|
||||||
settings_tasks,
|
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();
|
let mut updated_tasks = Vec::new();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user