Skip to content

Commit 3f9159c

Browse files
committed
chore: fix types
1 parent a18e736 commit 3f9159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/markdown/src/plugins/linksPlugin/resolvePaths.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const resolvePaths = (
1212
absolutePath: string | null
1313
relativePath: string
1414
} => {
15-
let absolutePath: string
15+
let absolutePath: string | null
1616
let relativePath: string
1717

1818
// if raw path is absolute

0 commit comments

Comments
 (0)