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

Nima - use Nima's Http.Status enum when the status code is known #267

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

rob-bygrave
Copy link
Contributor

This makes it the generated code look like:
res.status(OK_200);

Rather than:
res.status(200);

This makes it the generated code look like:
res.status(OK_200);

Rather than:
res.status(200);
@rob-bygrave rob-bygrave self-assigned this Aug 8, 2023
@rob-bygrave rob-bygrave added this to the 2.0 milestone Aug 8, 2023
@rob-bygrave rob-bygrave merged commit bcc88d7 into master Aug 8, 2023
2 checks passed
@rob-bygrave rob-bygrave deleted the feature/inline-validLanguage branch August 8, 2023 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant