Skip to content

Commit 6a7ee1c

Browse files
committed
fix: fix md5 hashing
1 parent 0265ed5 commit 6a7ee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/deduplicating-vault-writer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import md5 from 'md5';
1+
import md5 from 'md5'; // Fix imports
22
import { type App, type TFile, type Vault, normalizePath } from 'obsidian';
33
import type { FrontmatterManager } from 'services/frontmatter-manager';
44
import type Logger from 'services/logger';

0 commit comments

Comments
 (0)