Skip to content

Commit

Permalink
feat: fix getAvailablePathForAttachments signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Sep 18, 2024
1 parent f8df77f commit eca21f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obsidian/augmentations/Vault.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ declare module 'obsidian' {
getAvailablePathForAttachments(
filename: string,
extension: string,
file: TAbstractFile | null
file: TFile | null
): Promise<string>;
/**
* Get value from config by key
Expand Down

0 comments on commit eca21f4

Please sign in to comment.