From bc35b5245b0711db30fdabde61f2c6a46b380726 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 7 Sep 2024 14:07:30 +1200 Subject: [PATCH] Fix renamed variable --- client/homebrew/utils/versionHistory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/utils/versionHistory.js b/client/homebrew/utils/versionHistory.js index ca47a1964..a49664c6c 100644 --- a/client/homebrew/utils/versionHistory.js +++ b/client/homebrew/utils/versionHistory.js @@ -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 ===================>