Skip to content

Commit 63d5b95

Browse files
committed
types: issue OrderlyNetwork#7
1 parent a5c0071 commit 63d5b95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/hooks/src/orderly/useMaintenanceStatus.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { useConfig } from "../useConfig";
33
import { useQuery } from "../useQuery";
44
import { useWS } from "../useWS";
55

6-
const oneDay = 1000 * 60 * 60 * 24;
7-
86
enum MaintenanceStatus {
97
OPERATIONAL = 0,
108
MAINTENANCE = 2,

0 commit comments

Comments
 (0)