Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: statusCode allow 999 #27853

Merged
merged 3 commits into from
Sep 25, 2023
Merged

fix: statusCode allow 999 #27853

merged 3 commits into from
Sep 25, 2023

Commits on Sep 21, 2023

  1. fix: statusCode allow 999

    https://lodash.com/docs/#inRange `end` is exclusive, so it needs to be set to 1000 to allow status code 999 to be included (as per documented).
    riwu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6a2d9b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5342e45 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'develop' into patch-1

    Ben M committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a753b33 View commit details
    Browse the repository at this point in the history