Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Jan 4, 2020
1 parent 2156666 commit 9223e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/indexed_array/indexed_array.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import _ from 'lodash';
import { inflector } from './inflector';
import { organizeBy } from '../utils/collection';
import { organizeBy } from './helpers/organize_by';

const pathGetter = _(_.get)
.rearg(1, 0)
Expand Down

0 comments on commit 9223e07

Please sign in to comment.