Closed fridajac closed 6 months ago
Latest commit: 8c45f24452e1c6d3b6d7a1cc3c38b1f3f68d04f8
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Describe your changes
After Readme backend encountered a 500 status error when attempting to fetch the README file, an error was displayed about the headers could not be set after they had been sent to the client.
This has been fixed by replacing the break statements with return statements within the README_TYPES loop.
Issue ticket number and link
Checklist before requesting a review