remove comments
This commit is contained in:
@@ -4,7 +4,7 @@ import { useKeepOnline } from "@/hooks/useKeepOnline";
|
||||
|
||||
const KeepOnline = () => {
|
||||
useKeepOnline({
|
||||
interval: 1000 * 60 * 1, // 1 minute
|
||||
interval: 1000 * 60 * 1,
|
||||
enabled: true,
|
||||
onError: (error) => {
|
||||
console.error("Keep online error:", error);
|
||||
|
||||
Reference in New Issue
Block a user