mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-22 02:25:32 +08:00
fix smol typo
This commit is contained in:
parent
ce0ebf9381
commit
1a4461cd3a
@ -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…
x
Reference in New Issue
Block a user