Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 15, 2024
1 parent a18e736 commit 3f9159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown/src/plugins/linksPlugin/resolvePaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const resolvePaths = (
absolutePath: string | null
relativePath: string
} => {
let absolutePath: string
let absolutePath: string | null
let relativePath: string

// if raw path is absolute
Expand Down

0 comments on commit 3f9159c

Please sign in to comment.