Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
Not sure where this came from, whether it was a bad conflict or just
some weird autocompletion that I missed.
  • Loading branch information
rylnd committed Jul 1, 2024
1 parent 3aa105d commit a9b410d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import type { LicensingPluginSetup } from '@kbn/licensing-plugin/server';
import type { RuleResponseAction } from '../../../../common/api/detection_engine/model/rule_response_actions';
import type { ConfigType } from '../../../config';
import type { SetupPlugins } from '../../../plugin';
import type { CompleteRule, RuleParams, UnifiedQueryRuleParams } from '../rule_schema';
import type { CompleteRule, RuleParams } from '../rule_schema';
import type { ExperimentalFeatures } from '../../../../common/experimental_features';
import type { ITelemetryEventsSender } from '../../telemetry/sender';
import type { IRuleExecutionLogForExecutors, IRuleMonitoringService } from '../rule_monitoring';
Expand Down

0 comments on commit a9b410d

Please sign in to comment.