Skip to content

Commit a5836c1

Browse files
committed
refactor: 💡 add FIXME for duplicate finding on initial sync [skip ci]
identifying duplicates (on initial sync) is still a bit wobbly. mark the code to work on fixes.
1 parent f2f12cf commit a5836c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/services/deduplicating-vault-writer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export class DeduplicatingVaultWriter {
6767
* - the file exists: process the unknown duplicate, keep frontmatter but overwrite contents if selected to do so
6868
*/
6969

70+
// FIXME: On initial sync, not all (remote) duplicates are downloaded / saved, or they are overwritten
7071
// Write the file if there are no duplicates and the file doesn't exist yet
7172
if (duplicates.length === 0) {
7273
if (!readwiseItemFile) {

0 commit comments

Comments
 (0)