Skip to content

Commit

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

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley authored and spalger committed Nov 9, 2021
1 parent 549319d commit c2cbd7d
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 c2cbd7d

Please sign in to comment.