Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naofireblade authored Jan 29, 2018
1 parent 188b467 commit b3d74d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b3d74d7

Please sign in to comment.