We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cc6bd commit d73b97aCopy full SHA for d73b97a
src/services/deduplicating-vault-writer.ts
@@ -195,7 +195,8 @@ export class DeduplicatingVaultWriter {
195
}
196
197
/**
198
- * Processes a path group of files, deduplicates and writes them to the vault
+ * Processes a path group of files, identified duplicates and writes
199
+ * the files to the vault according to the tracking settings
200
* @param readwiseFiles - The files to process
201
*/
202
private async writePathGroup(readwiseFiles: ReadwiseFile[]): Promise<void> {
0 commit comments