Skip to content

Commit

Permalink
adds missing variables from rebase conflicts with master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Apr 20, 2021
1 parent 1499169 commit d7b9b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/rule_registry/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class RuleRegistryPlugin implements Plugin<RuleRegistryPluginSetupContrac
}

public setup(core: CoreSetup, plugins: RacPluginsSetup): RuleRegistryPluginSetupContract {
const globalConfig = this.initContext.config.legacy.get();
const logger = this.initContext.logger.get();
this.security = plugins.security;

// RULE REGISTRY
Expand Down

0 comments on commit d7b9b3f

Please sign in to comment.