From 0b7cb52485ece6ac6edb3e7da5fc077ed61584d0 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Thu, 26 Nov 2020 16:05:25 +0100 Subject: [PATCH] fix typing error --- x-pack/plugins/graph/server/routes/search.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/graph/server/routes/search.ts b/x-pack/plugins/graph/server/routes/search.ts index 4357c4509fe06..1bd2861687281 100644 --- a/x-pack/plugins/graph/server/routes/search.ts +++ b/x-pack/plugins/graph/server/routes/search.ts @@ -4,7 +4,6 @@ * you may not use this file except in compliance with the Elastic License. */ -import { errors } from '@elastic/elasticsearch'; import { IRouter } from 'kibana/server'; import { schema } from '@kbn/config-schema'; import { LicenseState, verifyApiAccess } from '../lib/license_state';