Skip to content

Commit

Permalink
removed unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 27, 2020
1 parent 886cbee commit 8a32907
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { PluginInitializerContext } from 'kibana/server';
import { SampleTaskManagerFixturePlugin } from './plugin';

export const plugin = (initContext: PluginInitializerContext) =>
new SampleTaskManagerFixturePlugin(initContext);
export const plugin = () => new SampleTaskManagerFixturePlugin();

0 comments on commit 8a32907

Please sign in to comment.