You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: