Skip to content

Commit

Permalink
fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamdifrankie committed Jan 6, 2020
1 parent 13fe43a commit b8ed0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/endpoint/server/routes/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { SearchResponse } from 'elasticsearch';
import { schema } from '@kbn/config-schema';
import { EndpointAppContext, EndpointData } from '../types';
import { kibanaRequestToEndpointListQuery } from '../services/endpoint/endpoint_query_builders';
import { RouteSchemas } from '../../../../../build/kibana/src/core/server/http/router/route';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { RouteSchemas } from '../../../../../src/core/server/http/router/route';

interface HitSource {
_source: EndpointData;
Expand Down

0 comments on commit b8ed0e8

Please sign in to comment.