Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nil check for null or undefined before posting to FireBat API (#3961
) We had a null or undefined check for fuelTypeDetails but not for weatherStation. Replaces all checks with isNil to check for null and undefined.
- Loading branch information