mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-23 18:58:49 +01:00
fix smol typo
This commit is contained in:
parent
ce0ebf9381
commit
1a4461cd3a
@ -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…
x
Reference in New Issue
Block a user