« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/static/js/search-worker.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js
index 66c0cf2e..532dbb71 100644
--- a/src/static/js/search-worker.js
+++ b/src/static/js/search-worker.js
@@ -160,8 +160,6 @@ async function main() {
 
   const [indexData, idbIndexData] = await background;
 
-  delete idbIndexData.generic;
-
   const keysNeedingFetch =
     (idbIndexData
       ? Object.keys(indexData)