Skip to content

Commit

Permalink
fix typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Feb 3, 2020
1 parent c9318ff commit 2e8e3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/reporting/server/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { Legacy } from 'kibana';
import { PluginInitializerContext } from 'src/core/server';
import { PluginSetupContract as SecurityPluginSetup } from '../../../../plugins/security/server';
import { SecurityPluginSetup } from '../../../../plugins/security/server';
import { ReportingPluginSpecOptions } from '../types';
import { plugin } from './index';
import { LegacySetup, ReportingStartDeps } from './plugin';
Expand Down

0 comments on commit 2e8e3fb

Please sign in to comment.