fix smol typo

This commit is contained in:
Tamo 2022-09-14 13:13:07 +02:00 committed by Clément Renault
parent 366a344474
commit 38e4ffe73c
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -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();
/* /*