1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +01:00

fix: add constants

This commit is contained in:
Fredrik Oseberg 2021-08-09 14:42:30 +02:00
parent 4b05172654
commit 3e73a8cfd8

View File

@ -0,0 +1,2 @@
export const MILLISECONDS_IN_DAY = 86400000;
export const MILLISECONDS_IN_ONE_HOUR = 3600000;