diff options
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 |
commit | 02c156283f7d333926f9f68da9eeb772b27c7f60 (patch) | |
tree | a2f6d12da5578ffbeb7976488478c4a7acc57ce6 | |
parent | b1df5f292443b90c3d54fb8b265c7b06ce07b673 (diff) |
client: nothing is on fire
-rw-r--r-- | src/static/js/search-worker.js | 2 |
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 = |