Change property name clearly

This commit is contained in:
eouia
2022-04-26 14:52:05 +02:00
parent 58569a648c
commit 038b6765e7
2 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ class WeatherObject {
/**
* Checks if the weatherObject is at dayTime.
*
* @returns {boolean} true if it is at dayTime
* @return {boolean} true if it is at dayTime
*/
isDayTime() {
return this.date.isBetween(this.sunrise, this.sunset, undefined, "[]");