We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2a38d commit 9d91b68Copy full SHA for 9d91b68
modules/default/compliments/compliments.js
@@ -139,7 +139,7 @@ Module.register("compliments", {
139
let compliments = [];
140
141
// Add time of day compliments
142
- let timeOfDay = "";
+ let timeOfDay;
143
if (hour >= this.config.morningStartTime && hour < this.config.morningEndTime) {
144
timeOfDay = "morning";
145
} else if (hour >= this.config.afternoonStartTime && hour < this.config.afternoonEndTime) {
0 commit comments