[web] Remove extraneous space

This commit is contained in:
Alain Nussbaumer 2024-04-20 23:24:43 +02:00
parent 185e09c118
commit ae973f312a
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ export default {
window.clearTimeout(this.timerId)
this.timerId = -1
}
this.statusUpdate = ''
this.timerId = window.setTimeout(this.update_setting, this.timerDelay)
},