« 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/data/yaml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index e5a15d30..58acb7c8 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -684,7 +684,7 @@ export function parseArrayEntries(entries, mapFn) {
     return null;
   }
 
-  return entries.map(mapFn);
+  return nonNullEntries.map(mapFn);
 }
 
 export function parseContributors(entries) {