mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Update dump/src/reader/v4/mod.rs fix typo
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
9c89e3dadc
commit
180511795b
@ -174,7 +174,7 @@ impl V4IndexReader {
|
||||
}
|
||||
|
||||
// Once we reach the `creation_task_id` we can stop iterating on the task queue and
|
||||
// this task represent our `created_at`.
|
||||
// this task represents our `created_at`.
|
||||
if task.id as usize == index_metadata.creation_task_id {
|
||||
created_at = task.created_at();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user