« get me outta code hell

data: withParsedCommentaryEntries: filter out null artists - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-18 20:16:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-18 20:16:40 -0400
commit5b8060bb86d457a0d23b607aa866c4d7d6eb6f0f (patch)
tree1b2fc6d0a4509cf63e51480beb521ffbd997de10
parentf82b74f62595c4def21b176c366c703da02c331e (diff)
data: withParsedCommentaryEntries: filter out null artists
-rw-r--r--src/data/composite/wiki-data/withParsedCommentaryEntries.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/wiki-data/withParsedCommentaryEntries.js b/src/data/composite/wiki-data/withParsedCommentaryEntries.js
index 25c07a3..edfc9e3 100644
--- a/src/data/composite/wiki-data/withParsedCommentaryEntries.js
+++ b/src/data/composite/wiki-data/withParsedCommentaryEntries.js
@@ -125,7 +125,6 @@ export default templateCompositeFrom({
 
     withUnflattenedList({
       list: '#resolvedReferenceList',
-      filter: input.value(false),
     }).outputs({
       '#unflattenedList': '#entries.artists',
     }),