Closed lholmquist closed 1 year ago
@ollelindeman this look good?
Totals | |
---|---|
Change from base Build 6326893293: | -0.006% |
Covered Lines: | 373 |
Relevant Lines: | 374 |
@ollelindeman this look good?
Look good to me! Thanks for the fast reply and action! 👍 🚀
when setting things like resetTimeout and errorThresholdPercentage to 0, the default value was being used since zero is a false-y value. Adding the nullish coalesce operator (??) fixes it
fixes #824