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