0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 22:02:46 +00:00

Fix renamed variable

This commit is contained in:
G.Ambatte
2024-09-07 14:07:30 +12:00
parent cd30679aac
commit bc35b5245b

View File

@@ -8,7 +8,7 @@ export const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY'
// 5: 2 * 24 * 60 // 2 days
// };
//
// const GARBAGE_COLLECT_AT = 28 * 24 * 60; // 28 days
// const GARBAGE_COLLECT_DELAY = 28 * 24 * 60; // 28 days
// <=================== TEST VALUES STARTS ===================>