Several flag functions discard the error from connections.*ApiCall via the _, _, _ pattern.
On a 404 or API failure the next field access nil-pointer panics instead of showing the styled "X not found" error. Capture and propagate the error since connections.FetchEndpoint already styles it.
Several flag functions discard the error from
connections.*ApiCallvia the_, _, _pattern.On a 404 or API failure the next field access nil-pointer panics instead of showing the styled "X not found" error. Capture and propagate the error since
connections.FetchEndpointalready styles it.