Skip to content

Commit

Permalink
Replace boom with @hapi/boom in changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Oct 31, 2020
1 parent 5ae9c97 commit 6c6f223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
import { uniq, take, sortBy } from 'lodash';
import Boom from 'boom';
import Boom from '@hapi/boom';
import { ProcessorEvent } from '../../../common/processor_event';
import { Setup, SetupTimeRange } from '../helpers/setup_request';
import { rangeFilter } from '../../../common/utils/range_filter';
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/server/routes/metrics_api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import Boom from 'boom';
import Boom from '@hapi/boom';
import { pipe } from 'fp-ts/lib/pipeable';
import { fold } from 'fp-ts/lib/Either';
import { identity } from 'fp-ts/lib/function';
Expand Down

0 comments on commit 6c6f223

Please sign in to comment.