diff --git a/client/homebrew/utils/versionHistory.js b/client/homebrew/utils/versionHistory.js index 9f026c41c..bf987bb1f 100644 --- a/client/homebrew/utils/versionHistory.js +++ b/client/homebrew/utils/versionHistory.js @@ -50,7 +50,6 @@ async function createHBStore(){ } export async function historyCheck(brew){ - if(!IDB) return false; const historyExists = await IDB.keys(await createHBStore()) .then((keys)=>{ return [...keys].some((key)=>{