Skip to content

Commit

Permalink
addressed comment
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
  • Loading branch information
amsiglan committed Sep 21, 2024
1 parent 526ed1f commit 81acb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/query_enhancements/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { IDataFrameResponse, IOpenSearchDashboardsSearchRequest } from '../../da

export interface QueryEnhancementsPluginSetup {
defineSearchStrategyRoute: (
searchStrategyId: string,
id: string,
searchStrategy: ISearchStrategy<IOpenSearchDashboardsSearchRequest, IDataFrameResponse>
) => void;
}
Expand Down

0 comments on commit 81acb72

Please sign in to comment.