Skip to content

Commit

Permalink
Rename indexPatternService to indexPatternsService to match other var…
Browse files Browse the repository at this point in the history
…iables names
  • Loading branch information
DianaDerevyankina committed Oct 7, 2020
1 parent 003b78d commit 25462ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ export class PhraseFilterManager extends FilterManager {
controlId: string,
fieldName: string,
indexPatternId: string,
indexPatternService: IndexPatternsContract,
indexPatternsService: IndexPatternsContract,
queryFilter: QueryFilterManager
) {
super(controlId, fieldName, indexPatternId, indexPatternService, queryFilter);
super(controlId, fieldName, indexPatternId, indexPatternsService, queryFilter);
}

createFilter(phrases: any): PhraseFilter {
Expand Down

0 comments on commit 25462ef

Please sign in to comment.