We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c0071 commit 63d5b95Copy full SHA for 63d5b95
packages/hooks/src/orderly/useMaintenanceStatus.ts
@@ -3,8 +3,6 @@ import { useConfig } from "../useConfig";
3
import { useQuery } from "../useQuery";
4
import { useWS } from "../useWS";
5
6
-const oneDay = 1000 * 60 * 60 * 24;
7
-
8
enum MaintenanceStatus {
9
OPERATIONAL = 0,
10
MAINTENANCE = 2,
0 commit comments