Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Feb 14, 2020
1 parent cae68fd commit acde561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export { IAggConfig, AggGroupNames, Schemas } from 'ui/agg_types';
export { PaginateDirectiveProvider } from 'ui/directives/paginate';
// @ts-ignore
export { PaginateControlsDirectiveProvider } from 'ui/directives/paginate';
export { tabifyGetColumns } from 'ui/agg_response/tabify/_get_columns';
export { tabifyGetColumns } from 'ui/agg_response/tabify/get_columns';
// @ts-ignore
export { tabifyAggResponse } from 'ui/agg_response/tabify';
export {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
} from '../../../../../../plugins/data/public';
import { Vis } from '../../../../../core_plugins/visualizations/public';

import { tabifyGetColumns } from '../../../agg_response/tabify/_get_columns';
import { tabifyGetColumns } from '../../../agg_response/tabify/get_columns';
import { DateRangeKey, convertDateRangeToString } from '../../../agg_types';
import { IpRangeKey, convertIPRangeToString } from '../../../agg_types';

Expand Down

0 comments on commit acde561

Please sign in to comment.