Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Nov 19, 2020
1 parent 544f500 commit af700a3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ const TabComponent = (props: TabProps) => {
filter = convertKueryToElasticSearchQuery(filter, derivedIndexPattern);
}


const buildCustomMetric = useCallback(
(field: string, id: string) => ({

type: 'custom' as SnapshotMetricType,
aggregation: 'avg',
field,
Expand Down

0 comments on commit af700a3

Please sign in to comment.