hmm
This commit is contained in:
@@ -11,7 +11,6 @@ const KeepOnline = () => {
|
||||
clientFetch('/auth/me');
|
||||
}
|
||||
|
||||
// Start interval without immediate call
|
||||
const interval = setInterval(updateOnlineStatus, 1000*60*1);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
|
||||
Reference in New Issue
Block a user