We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ee5d2 commit be4d9faCopy full SHA for be4d9fa
x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/entity_store_data_client.ts
@@ -564,8 +564,8 @@ export class EntityStoreDataClient {
564
return this.engineClient.updateStatus(entityType, ENGINE_STATUS.STOPPED);
565
}
566
567
- public async get(entityType: EntityType, includeState = false) {
568
- return { engine: this.engineClient.get(entityType) };
+ public async get(entityType: EntityType) {
+ return this.engineClient.get(entityType);
569
570
571
public async list(): Promise<ListEntityEnginesResponse> {
0 commit comments