Post-merge cleanup (auto-merge failures)

This commit is contained in:
SebastianMC 2023-08-24 11:30:15 +02:00
parent 947e384705
commit 15c3ce833a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export interface ProcessingContext {
plugin?: Plugin // to hand over the access to App instance to the sorting engine
_mCache?: MetadataCache
starredPluginInstance?: Starred_PluginInstance
bookmarksPluginInstance?: BookmarksPluginInterface,
iconFolderPluginInstance?: ObsidianIconFolder_PluginInstance
}