fix: fix cf like too many times

This commit is contained in:
2026-02-20 19:08:36 +10:30
parent 9d24d07c12
commit 2faef2ae8d
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export type CloudAuthState = {
user: CloudUser | null;
};
type Listener = (state: CloudAuthState) => void;
type Listener = (_: CloudAuthState) => void;
class CloudAuthService {
private static instance: CloudAuthService;