From b3d74d740145a42e5df518e8eefd3bb44607d6a4 Mon Sep 17 00:00:00 2001 From: Arne Date: Mon, 29 Jan 2018 08:39:15 +0100 Subject: [PATCH] Typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 17737d6..2ceae3b 100644 --- a/index.js +++ b/index.js @@ -165,7 +165,7 @@ SeasonsAccessory.prototype = { } let astronomicCalendar = seasonCalculator({ north: northernHemisphere, autumn: true }); - seasonName = astronomicCalendar(new Date()) + seasonName = astronomicCalendar(new Date()); } debug("Current season is " + seasonName); callback(false, seasonName);