Skip to content

Commit 7feef72

Browse files
ad-worldericcrosson-bitgo
authored andcommitted
fix: revert pipe import
This ensures compatibility with fp-ts all the way back to 2.0.0
1 parent a7cd268 commit 7feef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/io-ts-http/src/combinators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { pipe } from 'fp-ts/function';
1+
import { pipe } from 'fp-ts/pipeable';
22
import * as E from 'fp-ts/Either';
33
import * as R from 'fp-ts/Record';
44
import * as t from 'io-ts';

0 commit comments

Comments
 (0)