TJRawlins / IrrigationManagerReact

Frontend irrigation management system (React TS)
1 stars 0 forks source link

Fixed trefle API data validation bug #32

Closed TJRawlins closed 6 months ago

TJRawlins commented 6 months ago

Created validation to check if meta.total equals 0. If so, instead of setting trefle plant local storage to undefined, it creates an instance of the TreflePlant class and uses the default values instead.