remove comments
This commit is contained in:
@@ -9,7 +9,7 @@ interface UseKeepOnlineOptions {
|
||||
|
||||
export const useKeepOnline = (options: UseKeepOnlineOptions = {}) => {
|
||||
const {
|
||||
interval = 1000 * 60 * 1, // 1 minute default
|
||||
interval = 1000 * 60 * 1,
|
||||
enabled = true,
|
||||
onError
|
||||
} = options;
|
||||
|
||||
Reference in New Issue
Block a user