Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Jul 13, 2020
1 parent 65ae3f9 commit 8f47a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/server/usage/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const registerCollector: RegisterCollector = ({
const savedObjectsClient = await getInternalSavedObjectsClient(core);
return {
detections: await fetchDetectionsUsage(kibanaIndex, callCluster, ml),
endpoint: await getEndpointTelemetryFromFleet(savedObjectsClient),
endpoints: await getEndpointTelemetryFromFleet(savedObjectsClient),
};
},
});
Expand Down

0 comments on commit 8f47a71

Please sign in to comment.