mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
implement the dump v4 import
This commit is contained in:
@ -141,7 +141,6 @@ impl V5Reader {
|
||||
.join("updates")
|
||||
.join("updates_files")
|
||||
.join(uuid.to_string());
|
||||
dbg!(&update_file_path);
|
||||
Ok((task, Some(File::open(update_file_path).unwrap())))
|
||||
} else {
|
||||
Ok((task, None))
|
||||
|
Reference in New Issue
Block a user