chore: appease codefactor AGAIN

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