🐛 Fixes some linting errors

This commit is contained in:
Rune Harlyk
2025-07-10 18:24:25 +02:00
committed by Rune Harlyk
parent 9be405a89d
commit 0cc372cd36
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import { WiFi } from '$lib/components/icons';
import { location, socket } from '$lib/stores';
const update = async () => {
const update = () => {
const ws = $location ? $location : window.location.host;
socket.init(`ws://${ws}/api/ws/events`);
};