Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Nov 10, 2020
1 parent 0104cb6 commit 839463f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
ObjectRemover,
} from '../../../../../common/lib';
import { createEsDocuments } from './create_test_data';
import { getAlertType } from '../../../../../../../plugins/stack_alerts/public/alert_types/threshold/';
import { getAlertType } from '../../../../../../../plugins/stack_alerts/public/alert_types/threshold';

const ALERT_TYPE_ID = '.index-threshold';
const ACTION_TYPE_ID = '.index';
Expand Down

0 comments on commit 839463f

Please sign in to comment.