Skip to content

Commit

Permalink
fix: exchange fp-ts/Either over fp-ts/lib/Either (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka authored Jun 23, 2022
1 parent ad4ae4a commit 7951951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io-ts/src/io-ts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Either from 'fp-ts/lib/Either';
import * as Either from 'fp-ts/Either';
import { pipe } from 'fp-ts/function';
import { toNestError, validateFieldsNatively } from '@hookform/resolvers';
import errorsToRecord from './errorsToRecord';
Expand Down

0 comments on commit 7951951

Please sign in to comment.