|
@ -54,7 +54,7 @@ const intervalId = ref<NodeJS.Timeout | null>(null); |
|
|
clientsStore.refresh(); |
|
|
clientsStore.refresh(); |
|
|
|
|
|
|
|
|
onMounted(() => { |
|
|
onMounted(() => { |
|
|
// to avoid console spam |
|
|
// TODO: remove (to avoid console spam) |
|
|
return; |
|
|
return; |
|
|
// TODO?: replace with websocket or similar |
|
|
// TODO?: replace with websocket or similar |
|
|
intervalId.value = setInterval(() => { |
|
|
intervalId.value = setInterval(() => { |
|
|