From 123da4af79b07bf9bea85e9887526054192337af Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 5 May 2023 17:53:34 +0800 Subject: [PATCH] How did I even code this --- src/app.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.jsx b/src/app.jsx index 22537ea5..34d68e89 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -484,7 +484,7 @@ function BackgroundService({ isLoggedIn }) { console.error(e); }); }; - useInterval(() => checkForUpdates, visible && 1000 * 60 * 30); // 30 minutes + useInterval(checkForUpdates, visible && 1000 * 60 * 30); // 30 minutes usePageVisibility((visible) => { if (visible) { if (!lastCheckDate.current) {