Skip to content

Commit 8ba197f

Browse files
committed
Merge branch 'feat/add-rss' of github.com:medyo/hackertab.dev into feat/add-rss
2 parents fbd8023 + 1feaf71 commit 8ba197f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/ads/components/BannerAd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const BannerAd = () => {
2020
config: {
2121
cacheTime: 0,
2222
staleTime: 0,
23-
refetchInterval(data, query) {
23+
refetchInterval(data) {
2424
if (data?.nextAd) {
2525
setAditionalAdQueries(data.nextAd.queries)
2626
return data.nextAd.interval

0 commit comments

Comments
 (0)