Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Nov 24, 2021
1 parent e0f87f8 commit 1cea679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class RuleDataService implements IRuleDataService {
'Rule data service is not initialized. Make sure to call initializeService() in the rule registry plugin setup phase'
);
}
const { registrationContext } = this.indexOptions;
const { registrationContext } = indexOptions;
const indexInfo = new IndexInfo({ indexOptions, kibanaVersion: this.options.kibanaVersion });

const indicesAssociatedWithFeature = this.indicesByFeatureId.get(indexOptions.feature) ?? [];
Expand Down

0 comments on commit 1cea679

Please sign in to comment.