Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 20, 2023
1 parent 6a4bcb1 commit e638616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
JobExistResult,
MlCapabilitiesResponse,
} from '@kbn/ml-plugin/public';
import { extractErrorMessage } from '@kbn/ml-plugin/common';
import { extractErrorMessage } from '@kbn/ml-error-utils';
import { apiService } from './utils';
import { AnomalyRecords, AnomalyRecordsParams } from '../actions';
import { API_URLS, ML_MODULE_ID } from '../../../../common/constants';
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/synthetics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@kbn/alerts-as-data-utils",
"@kbn/exploratory-view-plugin",
"@kbn/observability-shared-plugin",
"@kbn/ml-error-utils",
],
"exclude": [
"target/**/*",
Expand Down

0 comments on commit e638616

Please sign in to comment.