Skip to content

Commit

Permalink
fixed type check
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Feb 3, 2020
1 parent 174bc33 commit 87d6a9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import React, { FunctionComponent } from 'react';
import { mountWithIntl } from 'test_utils/enzyme_helpers';
import { TypeRegistry } from '../../type_registry';
import { registerBuiltInActionTypes } from './index';
import { ActionTypeModel, ActionConnector, ActionParamsProps } from '../../../types';
import { ActionTypeModel, ActionParamsProps } from '../../../types';
import { WebhookActionParams, WebhookActionConnector } from './types';

const ACTION_TYPE_ID = '.webhook';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { i18n } from '@kbn/i18n';
import {
ActionTypeModel,
ActionConnectorFieldsProps,
ActionConnector,
ValidationResult,
ActionParamsProps,
} from '../../../types';
Expand Down

0 comments on commit 87d6a9b

Please sign in to comment.