Skip to content

Conversation

@gonfunko
Copy link
Contributor

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Proposed Changes

Removes checks for getDeveloperVars(), which was deprecated and replaced by getDeveloperVariables() 4 years ago.

Behavior Before Change

getDeveloperVars() method would be called if present.

Behavior After Change

Only getDeveloperVariables() will be invoked.

@gonfunko gonfunko requested a review from a team as a code owner August 25, 2022 16:16
@rachel-fenichel rachel-fenichel added type: cleanup component: developer apis breaking change Used to mark a PR or issue that changes our public APIs. labels Aug 25, 2022
@gonfunko gonfunko merged commit 3bc42c5 into RaspberryPiFoundation:develop Aug 25, 2022
@gonfunko gonfunko deleted the developerVars branch August 25, 2022 20:32
@gonfunko
Copy link
Contributor Author

gonfunko commented Oct 3, 2022

Workaround if this breaks you: update uses to getDeveloperVars() to getDeveloperVariables().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Used to mark a PR or issue that changes our public APIs. component: developer apis type: cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants