removed accidental 1 from line 1588

This commit is contained in:
Alex Grimes 2024-10-31 08:35:44 -04:00 committed by GitHub
parent 4f9b65ffaa
commit 594d470691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1585,7 +1585,6 @@ export default {
newHour = newHour <= 0 ? 12 + newHour : newHour;
}
1;
if (this.validateTime(newHour, this.currentMinute, this.currentSecond, newPM)) {
this.currentHour = newHour;