hookdeck-cli
hookdeck-cli copied to clipboard
Refactor postprocessJsonResponse
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.