Skip to content

Commit 5fe739d

Browse files
authored
Merge branch 'master' into feat/safetry-this-context-support
2 parents 2dd0723 + de73e22 commit 5fe739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ const resAsync = parseUserInput(userInput)
675675
.andThrough(validateUser)
676676
.asyncAndThen(insertUser)
677677

678-
resAsync.then((res: Result<void, ParseErro | ValidateError | InsertError>) => {
678+
resAsync.then((res: Result<void, ParseError | ValidateError | InsertError>) => {
679679
if(res.isErr()){
680680
console.log("Oops, at least one step failed", res.error)
681681
}

0 commit comments

Comments
 (0)