We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df460b0 commit 1feaf71Copy full SHA for 1feaf71
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