Skip to content

Commit

Permalink
remove unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Jul 21, 2021
1 parent 1f3ce10 commit db0ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/common/alerting/metrics/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface MetricAnomalyParams {
}

// Alert Preview API
export const baseAlertRequestParamsRT = rt.intersection([
const baseAlertRequestParamsRT = rt.intersection([
rt.partial({
filterQuery: rt.union([rt.string, rt.undefined]),
sourceId: rt.string,
Expand Down

0 comments on commit db0ed1d

Please sign in to comment.