Skip to content

Commit

Permalink
Remove appUpdater from Canvas pluginRegistry.start
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Oct 28, 2021
1 parent a5e1e3b commit fd75e15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions x-pack/plugins/canvas/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,7 @@ export class CanvasPlugin

const { pluginServices } = await import('./services');
pluginServices.setRegistry(
pluginServiceRegistry.start({
coreStart,
startPlugins,
appUpdater: this.appUpdater,
initContext: this.initContext,
})
pluginServiceRegistry.start({ coreStart, startPlugins, initContext: this.initContext })
);

// Load application bundle
Expand Down

0 comments on commit fd75e15

Please sign in to comment.