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 12, 2021
1 parent 5c38595 commit c32d746
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 @@ -67,6 +67,8 @@ export class RuleRegistryPlugin implements Plugin<RacPluginSetupContract> {
}

public setup(core: CoreSetup, plugins: RacPluginsSetup): RacPluginSetupContract {
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 c32d746

Please sign in to comment.