refactor: fix some linter issues

This commit is contained in:
fallenbagel
2026-03-19 18:23:58 +08:00
parent d0f1c8a37b
commit e034e475b4

View File

@@ -146,7 +146,7 @@ export const useQuickConnect = ({
setCode(response.data.code);
setIsLoading(false);
startPolling(response.data.secret);
} catch (error) {
} catch {
if (!isMounted.current) return;
setHasError(true);