Skip to content

Commit

Permalink
Merge branch 'alerting/handle-unflattened-esquery-docs' of github.com…
Browse files Browse the repository at this point in the history
…:ymao1/kibana into alerting/handle-unflattened-esquery-docs
  • Loading branch information
ymao1 committed Sep 28, 2023
2 parents 487c7d4 + e4308c2 commit 325c090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

import { cloneDeep, get, isObject, merge, omit } from 'lodash';
import { cloneDeep, get, merge, omit } from 'lodash';

const expandDottedField = (dottedFieldName: string, val: unknown): object => {
const parts = dottedFieldName.split('.');
Expand Down

0 comments on commit 325c090

Please sign in to comment.