Skip to content

Commit

Permalink
feat: add fetch interval to use servicer requests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtyf committed Apr 28, 2024
1 parent 6e13dac commit 6f6591a
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 6f6591a

Please sign in to comment.