Skip to content

Commit

Permalink
Add back import
Browse files Browse the repository at this point in the history
  • Loading branch information
doakalexi committed Jul 1, 2024
1 parent 860de87 commit 05d99ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
} from '@kbn/observability-plugin/common';
import { LocatorPublic } from '@kbn/share-plugin/common';
import { schema } from '@kbn/config-schema';
import { ObservabilityUptimeAlert } from '@kbn/alerts-as-data-utils';
import { syntheticsRuleFieldMap } from '../../../common/rules/synthetics_rule_field_map';
import { SyntheticsPluginsSetupDependencies, SyntheticsServerSetup } from '../../types';
import { TlsTranslations } from '../../../common/rules/synthetics/translations';
Expand Down Expand Up @@ -144,6 +145,7 @@ export const registerSyntheticsTLSCheckRule = (
alertsLocator,
basePath.publicBaseUrl
),
...updateState(ruleState, foundCerts),
...summary,
};

Expand Down

0 comments on commit 05d99ef

Please sign in to comment.