Skip to content

Commit 1feaf71

Browse files
committed
rm unused vars
1 parent df460b0 commit 1feaf71

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)