diff --git a/apps/exactwords/app.js b/apps/exactwords/app.js index 3e7842133..ac7139798 100644 --- a/apps/exactwords/app.js +++ b/apps/exactwords/app.js @@ -92,7 +92,7 @@ function wordsFromTime(h, m) const MINUTES_ACCURATE_ARRAY = ["", "just gone ", "a little after ", "coming up to ", "almost "]; var hourAdjusted = h; - var words = " ", hourWord = " ", partDayWord = " ", minutesRough = " ", minutesAccurate = " ", days = " "; + var words = " ", hourWord = " ", partDayWord = " ", minutesRough = " ", minutesAccurate = " "; // At 33 past the hours we start referign to the next hour if (m > 32) {