Skip to content

Commit ce56693

Browse files
committed
chore(NA): fix lodash usage on apm
1 parent fc13937 commit ce56693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/apm/public/services/rest/observability_dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import { i18n } from '@kbn/i18n';
8-
import mean from 'lodash.mean';
8+
import { mean } from 'lodash';
99
import { Theme } from '@kbn/ui-shared-deps/theme';
1010
import {
1111
ApmFetchDataResponse,

0 commit comments

Comments
 (0)