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

Refactor postprocessJsonResponse #36

Open
leetrout opened this issue Aug 23, 2022 · 0 comments
Open

Refactor postprocessJsonResponse #36

leetrout opened this issue Aug 23, 2022 · 0 comments
Labels
good first issue Good for newcomers refactor Refactoring work

Comments

@leetrout
Copy link
Contributor

postprocessJsonResponse is used in several places with the function signature returning and interface and an error but we are passing pointers to the function and never checking the errors.

We should refactor to ensure errors are checked.

@leetrout leetrout added refactor Refactoring work good first issue Good for newcomers labels Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactor Refactoring work
Projects
None yet
Development

No branches or pull requests

1 participant