« get me outta code hell

client: nothing is on fire - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/search-worker.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-13 23:11:07 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-31 12:11:54 -0300
commit02c156283f7d333926f9f68da9eeb772b27c7f60 (patch)
treea2f6d12da5578ffbeb7976488478c4a7acc57ce6 /src/static/js/search-worker.js
parentb1df5f292443b90c3d54fb8b265c7b06ce07b673 (diff)
client: nothing is on fire
Diffstat (limited to 'src/static/js/search-worker.js')
-rw-r--r--src/static/js/search-worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js
index 98f9c894..8909b640 100644
--- a/src/static/js/search-worker.js
+++ b/src/static/js/search-worker.js
@@ -161,7 +161,7 @@ async function main() {
       ? Object.keys(indexData)
           .filter(key =>
             indexData[key].md5 !==
-            idbIndexData[key].md5)
+            idbIndexData[key]?.md5)
       : Object.keys(indexData));
 
   const keysFromCache =