Skip to content

Commit

Permalink
Merge pull request #866 from BitGo/DX-634-fix
Browse files Browse the repository at this point in the history
fix: revert pipe import
  • Loading branch information
ericcrosson-bitgo authored Aug 5, 2024
2 parents a7cd268 + 7feef72 commit 4b21378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/io-ts-http/src/combinators.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { pipe } from 'fp-ts/function';
import { pipe } from 'fp-ts/pipeable';
import * as E from 'fp-ts/Either';
import * as R from 'fp-ts/Record';
import * as t from 'io-ts';
Expand Down

0 comments on commit 4b21378

Please sign in to comment.