[web] Lint source code

This commit is contained in:
Alain Nussbaumer
2025-01-01 17:36:24 +01:00
parent 2d0747dbe9
commit a415e619af

View File

@@ -153,7 +153,7 @@ export default {
if (newState === 'play') {
this.interval_id = window.setInterval(this.tick, INTERVAL)
}
},
}
},
created() {