Skip to content

Commit 4b21378

Browse files
Merge pull request #866 from BitGo/DX-634-fix
fix: revert pipe import
2 parents a7cd268 + 7feef72 commit 4b21378

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)