mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: fix cf like too many times
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user