Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Aug 12, 2020
1 parent a5cac92 commit f9d18c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { isEmpty, keyBy, pick } from 'lodash/fp';
import { isEmpty, pick } from 'lodash/fp';
import memoizeOne from 'memoize-one';
import { set } from '@elastic/safer-lodash-set/fp';
import { isUndefined } from 'lodash';
Expand Down

0 comments on commit f9d18c1

Please sign in to comment.