We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d81007a + 57ba13a commit 87c4e56Copy full SHA for 87c4e56
imessage-exporter/src/app/data_source.rs
@@ -90,7 +90,7 @@ impl DataSource {
90
91
// Build contacts index
92
let contacts_index =
93
- Self::get_contacts_index(Some(Path::new(DEFAULT_PATH_IOS)))
+ Self::get_contacts_index(Some(&options.db_path.join(DEFAULT_PATH_IOS)))
94
.unwrap_or_default();
95
96
Ok(Self {
0 commit comments