Skip to content

Commit

Permalink
Review feedback. Remove ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed May 21, 2020
1 parent db5a3a2 commit 998aa82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/maps/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { PluginInitializerContext } from 'kibana/public';
import { MapsPlugin, MapsPluginSetup, MapsPluginStart } from './plugin';
import { MapsXPackConfig } from '../config';

// @ts-ignore
export const plugin: PluginInitializer<MapsPluginSetup, MapsPluginStart> = (
initContext: PluginInitializerContext<MapsXPackConfig>
) => {
Expand Down

0 comments on commit 998aa82

Please sign in to comment.