mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
chore: appease codefactor
This commit is contained in:
@@ -24,7 +24,7 @@ export type CloudAuthState = {
|
|||||||
user: CloudUser | null;
|
user: CloudUser | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
type Listener = (state: CloudAuthState) => void;
|
type Listener = (_state: CloudAuthState) => void;
|
||||||
|
|
||||||
class CloudAuthService {
|
class CloudAuthService {
|
||||||
private static instance: CloudAuthService;
|
private static instance: CloudAuthService;
|
||||||
|
|||||||
Reference in New Issue
Block a user