Skip to content

Commit

Permalink
remove compile err
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Feb 5, 2024
1 parent 063f816 commit cd9dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/services/video.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function useVideosV3(
nextPage: pageParam,
}),
}),
getNextPageParam: (lastPage, allPages) => lastPage.nextPage,
getNextPageParam: (lastPage, _) => lastPage.nextPage,
...config,
});
}
Expand Down

0 comments on commit cd9dd6a

Please sign in to comment.