Skip to content

Commit 8f47a71

Browse files
committed
fix type error
1 parent 65ae3f9 commit 8f47a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/security_solution/server/usage/collector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const registerCollector: RegisterCollector = ({
7878
const savedObjectsClient = await getInternalSavedObjectsClient(core);
7979
return {
8080
detections: await fetchDetectionsUsage(kibanaIndex, callCluster, ml),
81-
endpoint: await getEndpointTelemetryFromFleet(savedObjectsClient),
81+
endpoints: await getEndpointTelemetryFromFleet(savedObjectsClient),
8282
};
8383
},
8484
});

0 commit comments

Comments
 (0)