Closed michaelfreund closed 7 years ago
@JustinBeckwith We were wondering if the behavior of the implementation is intentional. If so, is there a special reason for this?
Nice catch. No reason - just a bug :) Thanks for the fix!
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The definition of ignoreRequest should be done inside the
yes
function, so that it is initialized with each request. Otherwise, like with the current implementation, ignoreRequest will live over multiple requests. This causes any request to be ignored, after the first ignored request.