Skip to content

Commit

Permalink
Update install.ts
Browse files Browse the repository at this point in the history
Remove unused `indexPatternTypes` from outer scope
  • Loading branch information
John Schulz authored Nov 3, 2020
1 parent f0ecbc4 commit 40cf944
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export interface IndexPatternField {
readFromDocValues: boolean;
}

const indexPatternTypes = Object.values(dataTypes);

// TODO: use a function overload and make pkgName and pkgVersion required for install/update
// and not for an update removal. or separate out the functions
export async function installIndexPatterns(
Expand Down

0 comments on commit 40cf944

Please sign in to comment.