Skip to content

Commit

Permalink
[kbn/io-ts] fix direct import
Browse files Browse the repository at this point in the history
Conflict between #117958 and #115145

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Nov 9, 2021
1 parent 139a3c9 commit 994a4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/routes/correlations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as t from 'io-ts';
import Boom from '@hapi/boom';

import { i18n } from '@kbn/i18n';
import { toNumberRt } from '@kbn/io-ts-utils';
import { toNumberRt } from '@kbn/io-ts-utils/to_number_rt';

import { isActivePlatinumLicense } from '../../common/license_check';

Expand Down

0 comments on commit 994a4e4

Please sign in to comment.