Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clarify success/fail skipping option descriptions
  • Loading branch information
nfriedly committed Jul 1, 2021
1 parent e80b436 commit afdbe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -189,7 +189,7 @@ function (req, res, options) {
### requestWasSuccessful

Function that is called when `skipFailedRequests` and/or `skipSuccessfulRequests` are set to `true`.
Could be useful for manual decision if request was successful based on request/response.
May be overridden if, for example, a service sends out a 200 status code on errors.

Defaults to

Expand Down

0 comments on commit afdbe1c

Please sign in to comment.