Skip to content

Commit

Permalink
fix: search service plugin API typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrpman committed Jan 11, 2023
1 parent 304b33d commit 05ff96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/src/LSPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export interface IPluginSearchServiceHooks {

onIndiceInit: (graph: string) => Promise<SearchIndiceInitStatus>
onIndiceReset: (graph: string) => Promise<void>
onBlocksChanged: (graph: string, changes: { added: Array<SearchBlockItem>, removed: Array<BlockEntity> }) => Promise<void>
onBlocksChanged: (graph: string, changes: { added: Array<SearchBlockItem>, removed: Array<EntityID> }) => Promise<void>
onGraphRemoved: (graph: string, opts?: {}) => Promise<any>
}

Expand Down

0 comments on commit 05ff96e

Please sign in to comment.