diff --git a/runSchedule.js b/runSchedule.js index 760d428..922d26e 100644 --- a/runSchedule.js +++ b/runSchedule.js @@ -81,7 +81,7 @@ function updateColorState() { newColor = timing.color } if(newColor !== state.color) { - console.log("setting color state to", newcolor); + console.log("setting color state to", newColor); state = { ...state, color: newColor,