fix: remove duplicate retry:false in useKeywordSerpAnalysis query options (#547)
This commit is contained in:
parent
022a7f1944
commit
7918fdb8c7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user