From da848f680031ece42a24d3527dba589a7a5ed9c1 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 12 Dec 2018 18:21:44 -0800 Subject: [PATCH] Fixed a typo. --- runSchedule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runSchedule.js b/runSchedule.js index cbe5d74..b77427c 100644 --- a/runSchedule.js +++ b/runSchedule.js @@ -22,7 +22,7 @@ let state = { color: "red" } -updateState(); +updateColorState(); let updateStateInterval = setInterval(updateColorState, 1000);