From 0d34dacfab91fadc748ef92d2484dd6883299444 Mon Sep 17 00:00:00 2001 From: oatkiller Date: Mon, 2 Dec 2019 08:17:26 -0500 Subject: [PATCH] fixing typecheck --- x-pack/plugins/endpoint/server/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/endpoint/server/plugin.ts b/x-pack/plugins/endpoint/server/plugin.ts index 0fe6ab218cb2d..ce0c86d862c86 100644 --- a/x-pack/plugins/endpoint/server/plugin.ts +++ b/x-pack/plugins/endpoint/server/plugin.ts @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the Elastic License. */ -import { Plugin, CoreSetup, CoreStart } from 'kibana/server'; +import { Plugin, CoreSetup } from 'kibana/server'; import { PluginSetupContract as FeaturesPluginSetupContract } from '../../features/server'; import { addRoutes } from './routes';