mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove stale time on infinite query
This commit is contained in:
parent
9e86ddc39b
commit
5f94a2a38b
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ export function useGetLibraryItems(
|
|||
},
|
||||
enabled,
|
||||
initialPageParam: '0',
|
||||
staleTime: 60 * 1000,
|
||||
getNextPageParam: (lastPage: LibraryItems) => {
|
||||
console.log(
|
||||
'lastPage.pageInfo.hasNextPage: ',
|
||||
|
|
|
|||
Loading…
Reference in a new issue