mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fixup! Adjust + Cleanup changes.
This commit is contained in:
parent
0bc4572905
commit
3e0e8164a3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ impl V5Reader {
|
|||
&self.dump.path().join("indexes").join(index.index_meta.uuid.to_string()),
|
||||
&index.index_meta,
|
||||
BufReader::new(
|
||||
File::open(&self.dump.path().join("updates").join("data.jsonl")).unwrap(),
|
||||
File::open(self.dump.path().join("updates").join("data.jsonl")).unwrap(),
|
||||
),
|
||||
)
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue