mirror of
https://github.com/seerr-team/seerr.git
synced 2026-06-16 04:20:56 -04:00
refactor: fix some linter issues
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user