removed accidental 1 from line 1588

pull/6687/head
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
1 changed files with 0 additions and 1 deletions

View File

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