bogosj / tesla

Provides a wrapper around the API to easily query and command a Telsa car.
Other
23 stars 18 forks source link

Always close response body when err is nil #63

Closed andig closed 3 years ago

andig commented 3 years ago

Fixes potential resource leak. The defer moves up and the rest is just simplified.