Skip to content

Commit

Permalink
feat: disabled refetching as it caused too much uncertainity (#13064)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmib-developer authored Jan 24, 2024
1 parent 0321e6f commit d789c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/hooks/useBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const useBalance = () => {
payload: { account: 'all' },
options: {
enabled: isSuccess,
refetchInterval: 30000, // Refetch every 30 seconds to simulate subscription.
},
});

Expand Down

1 comment on commit d789c38

@vercel
Copy link

@vercel vercel bot commented on d789c38 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.