0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Remove unused default item

This commit is contained in:
G.Ambatte
2024-09-17 07:27:52 +12:00
parent e20e681888
commit 53c05a3ef6

View File

@@ -13,11 +13,6 @@ const DEFAULT_HISTORY_SAVE_DELAYS = {
const DEFAULT_GARBAGE_COLLECT_DELAY = 28 * 24 * 60;
const DEFAULT_STORED_BREW = {
shareId : 'default_brew',
expireAt : '2000-01-01T00:00:00.000Z'
};
const HISTORY_SAVE_DELAYS = global.config?.historyData?.HISTORY_SAVE_DELAYS ?? DEFAULT_HISTORY_SAVE_DELAYS;
const GARBAGE_COLLECT_DELAY = global.config?.historyData?.GARBAGE_COLLECT_DELAY ?? DEFAULT_GARBAGE_COLLECT_DELAY;