Skip to content

Commit

Permalink
updating id
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jul 1, 2020
1 parent 7c93fc4 commit 076fe04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ExpressionFunctionDefinition } from '../../../../../plugins/expressions
import { getIndexPatterns } from '../../services';
import { IndexPatternSpec } from '../../../common/index_patterns';

const name = 'indexPattern';
const name = 'indexPatternLoad';

type Input = null;
type Output = Promise<{ type: 'index_pattern'; value: IndexPatternSpec }>;
Expand Down

0 comments on commit 076fe04

Please sign in to comment.