Skip to content

Commit

Permalink
Merge pull request #129 from joshtyf/feature/add-refetch-interval-to-…
Browse files Browse the repository at this point in the history
…service-requests

Add fetch interval to useServiceRequests
  • Loading branch information
joshtyf authored Apr 29, 2024
2 parents 96031e1 + 6f6591a commit 31094b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const useServiceRequests = () => {
})
})
},
refetchInterval: 2000,
})

return {
Expand Down

0 comments on commit 31094b5

Please sign in to comment.