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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user