We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dd0723 + de73e22 commit 5fe739dCopy full SHA for 5fe739d
README.md
@@ -675,7 +675,7 @@ const resAsync = parseUserInput(userInput)
675
.andThrough(validateUser)
676
.asyncAndThen(insertUser)
677
678
-resAsync.then((res: Result<void, ParseErro | ValidateError | InsertError>) => {
+resAsync.then((res: Result<void, ParseError | ValidateError | InsertError>) => {
679
if(res.isErr()){
680
console.log("Oops, at least one step failed", res.error)
681
}
0 commit comments