chore: appease codefactor

This commit is contained in:
2026-02-20 18:06:43 +10:30
parent 7a70b008c8
commit 889175f3de
+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;