fix: remove duplicate retry:false in useKeywordSerpAnalysis query options (#547)

This commit is contained in:
Ben Senescu 2026-08-26 11:34:57 -04:00 committed by GitHub
parent 022a7f1944
commit 7918fdb8c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,9 +56,6 @@ export function useKeywordSerpAnalysis(
refetchOnReconnect: false,
refetchOnWindowFocus: false,
enabled: !!serpKeyword,
// Every attempt is a fresh billed DataForSEO task, so a failure must not be
// retried automatically — the user re-runs the search instead.
retry: false,
});
const { refetch: refetchSerp } = serpQuery;