Skip to content

Commit

Permalink
Get TELEMETRY_TYPE from constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Feb 6, 2020
1 parent 9468f9b commit 69c5378
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

import { UsageCollectionSetup } from 'src/plugins/usage_collection/server';
// @ts-ignore
import { getMapsTelemetry, TELEMETRY_TYPE } from '../maps_telemetry';
import { getMapsTelemetry } from '../maps_telemetry';
import { TELEMETRY_TYPE } from '../../../common/constants';

export function registerMapsUsageCollector(
usageCollection: UsageCollectionSetup,
Expand Down

0 comments on commit 69c5378

Please sign in to comment.