Skip to content

Commit

Permalink
Add back ts-ignore on NP kibana services import
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Mar 19, 2020
1 parent 2f3347f commit b0a7e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/legacy/plugins/maps/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
setAutocompleteService,
// @ts-ignore
} from './kibana_services';
// @ts-ignore
import { setInjectedVarFunc as npSetInjectedVarFunc } from '../../../../plugins/maps/public/kibana_services'; // eslint-disable-line @kbn/eslint/no-restricted-paths
import { HomePublicPluginSetup } from '../../../../../src/plugins/home/public';
import { LicensingPluginSetup } from '../../../../plugins/licensing/public';
Expand Down

0 comments on commit b0a7e5d

Please sign in to comment.