We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0063605 + 3655ed0 commit a22ca5cCopy full SHA for a22ca5c
1 file changed
README.md
@@ -1357,7 +1357,7 @@ import { sendNotification } from 'imaginary-service'
1357
// Note logInsertError returns void on success but sendNotification takes User type.
1358
1359
const resAsync = insertUser(user)
1360
- .orTee(logUser)
+ .orTee(logInsertError)
1361
.andThen(sendNotification)
1362
1363
// Note there is no LogError in the types below
0 commit comments