From 6b127b21905bf334aa23c47feba22b59112265b8 Mon Sep 17 00:00:00 2001 From: Mell Date: Wed, 6 Dec 2023 20:01:09 +0200 Subject: [PATCH] Fix build --- src/constant/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constant/index.ts b/src/constant/index.ts index bf505cc..8c1cfd9 100644 --- a/src/constant/index.ts +++ b/src/constant/index.ts @@ -4,6 +4,7 @@ export * from './env' export const FIVE_MINUTES = 5 * 60 * SEC export const ONE_HOUR = 3600 * SEC +export const ONE_DAY = 24 * 3600 * SEC export const TEN_MILLION = 10_000_000