enhancement(lint): Fix lint errors for lib/jsscripts/index.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-07-22 20:01:00 +00:00 committed by GitHub
parent 43928d1011
commit 53b35e6e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,5 +16,4 @@ onNuxtReady(() => {
temp_id: Date.now() + Math.random().toString(36).substring(2, 15), temp_id: Date.now() + Math.random().toString(36).substring(2, 15),
user_agent: navigator.userAgent, user_agent: navigator.userAgent,
}); });
});
})