We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbd8023 + 1feaf71 commit 8ba197fCopy full SHA for 8ba197f
1 file changed
src/features/ads/components/BannerAd.tsx
@@ -20,7 +20,7 @@ export const BannerAd = () => {
20
config: {
21
cacheTime: 0,
22
staleTime: 0,
23
- refetchInterval(data, query) {
+ refetchInterval(data) {
24
if (data?.nextAd) {
25
setAditionalAdQueries(data.nextAd.queries)
26
return data.nextAd.interval
0 commit comments