fix/bad-solution

This commit is contained in:
moT01
2019-06-08 15:46:28 -05:00
committed by Kristofer Koishigawa
parent 246ca16f32
commit 21b411b855

View File

@ -90,7 +90,7 @@ const LOCAL_FORECAST = {
// change code below this line
const { today { low: lowToday, high: highToday }} = LOCAL_FORECAST;
const { today: { low: lowToday, high: highToday }} = LOCAL_FORECAST;
// change code above this line