Skip to content

Commit

Permalink
types: issue OrderlyNetwork#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Veenoway committed Nov 18, 2024
1 parent a5c0071 commit 63d5b95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/hooks/src/orderly/useMaintenanceStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { useConfig } from "../useConfig";
import { useQuery } from "../useQuery";
import { useWS } from "../useWS";

const oneDay = 1000 * 60 * 60 * 24;

enum MaintenanceStatus {
OPERATIONAL = 0,
MAINTENANCE = 2,
Expand Down

0 comments on commit 63d5b95

Please sign in to comment.