linting changes

This commit is contained in:
Neshura 2024-01-04 00:01:02 +01:00
parent 7ae357cf2f
commit f78e7ce6e1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 4 additions and 6 deletions
src/routes

View file

@ -6,7 +6,7 @@
</script>
<ul
class="absolute flex h-16 w-full flex-row items-center justify-center gap-3 border-b bg-black/40 backdrop-blur-sm z-50"
class="absolute z-50 flex h-16 w-full flex-row items-center justify-center gap-3 border-b bg-black/40 backdrop-blur-sm"
>
<li>
<Button

View file

@ -12,7 +12,7 @@
data.promise.then((jwt) => {
token = jwt;
})
});
let services: readonly Service[] = $state.frozen([]);
@ -27,9 +27,7 @@
const socket = io('https://status.neshweb.net/');
socket.on('connect', () => {
socket.emit('loginByToken', token, () => {
});
socket.emit('loginByToken', token, () => {});
});
socket.on('heartbeatList', (idString: string, data) => {