Skip to content

Commit

Permalink
fix: 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Dec 5, 2023
1 parent 89a107e commit 3fe916d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Notifications/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Notifications(props: NotificationsProps) {
const response = await client.getNotifications()
const parsed = response.notifications.map(parseNotification)
setNotifications(parsed)
}, 20000)
}, 60000)

return () => {
clearInterval(interval)
Expand Down

0 comments on commit 3fe916d

Please sign in to comment.