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: add missing "return" statements after errors #83

Merged
merged 5 commits into from
Aug 2, 2024

Commits on Jul 23, 2024

  1. Merge pull request PagerDuty#76 from PagerDuty/next

    release: 0.8.1
    t1agob authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8fd2bf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request PagerDuty#78 from PagerDuty/next

    release: 0.8.2
    t1agob authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5a85c58 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge pull request PagerDuty#82 from PagerDuty/next

    release: 0.9.0
    t1agob authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2420767 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. add missing "return" statements after errors

    Adding these early returns is necessary so that the request doesn't
    continue executing the remainder of the function
    brianphillips committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c02e3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    138ae58 View commit details
    Browse the repository at this point in the history