hookdeck-cli icon indicating copy to clipboard operation
hookdeck-cli copied to clipboard

Refactor postprocessJsonResponse

Open leetrout opened this issue 2 years ago • 0 comments

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 avatar Aug 23 '22 22:08 leetrout