fix: use correct variable names

This commit is contained in:
Johann150 2022-07-17 23:44:13 +02:00
parent 10d401afc2
commit 98198dd5fe
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -1,8 +1,8 @@
export const MAX_NOTE_TEXT_LENGTH = 3000;
export const SECOND = 1000;
export const MINUTE = 60 * SEC;
export const HOUR = 60 * MIN;
export const MINUTE = 60 * SECOND;
export const HOUR = 60 * MINUTE;
export const DAY = 24 * HOUR;
export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min