« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 408ad88..b134098 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -1162,7 +1162,10 @@ async function main() {
   });
 
   const customDefaultLanguage =
-    languages[wikiData.wikiInfo.defaultLanguage ?? internalDefaultLanguage.code];
+    (wikiData.wikiInfo.defaultLanguage
+      ? languages[wikiData.wikiInfo.defaultLanguage]
+      : null);
+
   let finalDefaultLanguage;
 
   if (customDefaultLanguage) {