Skip to content

Commit

Permalink
Update src/plugins/expressions/common/expression_renderers/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Dokolin <[email protected]>
  • Loading branch information
alexwizp and dokmic authored Jul 21, 2022
1 parent 6338af3 commit 50c2ba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ export interface IInterpreterRenderHandlers {
*/
uiState?: unknown;

getExecutionContext: () => KibanaExecutionContext | undefined;
getExecutionContext(): KibanaExecutionContext | undefined;
}

0 comments on commit 50c2ba6

Please sign in to comment.