[web] Remove unused variable

This commit is contained in:
Alain Nussbaumer 2025-03-18 20:21:58 +01:00
parent 357657f586
commit 2b8bbb774f

View File

@ -68,7 +68,6 @@ export default {
data() { data() {
return { return {
pairingActive: false, pairingActive: false,
reconnect_attempts: 0,
timerId: 0 timerId: 0
} }
}, },
@ -148,7 +147,6 @@ export default {
const socket = this.createWebsocket() const socket = this.createWebsocket()
const vm = this const vm = this
socket.onopen = () => { socket.onopen = () => {
vm.reconnect_attempts = 0
socket.send( socket.send(
JSON.stringify({ JSON.stringify({
notify: [ notify: [