From 956b15693ebe52a75d6b27c59bd14b47764d0110 Mon Sep 17 00:00:00 2001 From: Natsuu Date: Wed, 14 Jan 2026 03:48:55 +0000 Subject: chore: specify type for pollInterval in AuthState class --- ui/src/stores/auth.svelte.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/stores') diff --git a/ui/src/stores/auth.svelte.ts b/ui/src/stores/auth.svelte.ts index 9df8835..3d58245 100644 --- a/ui/src/stores/auth.svelte.ts +++ b/ui/src/stores/auth.svelte.ts @@ -12,7 +12,7 @@ export class AuthState { msLoginLoading = $state(false); msLoginStatus = $state("Waiting for authorization..."); - private pollInterval: any; + private pollInterval: ReturnType | null = null; private isPollingRequestActive = false; async checkAccount() { -- cgit v1.2.3-70-g09d2