diff options
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 |
commit | 5b8060bb86d457a0d23b607aa866c4d7d6eb6f0f (patch) | |
tree | 1b2fc6d0a4509cf63e51480beb521ffbd997de10 | |
parent | f82b74f62595c4def21b176c366c703da02c331e (diff) |
data: withParsedCommentaryEntries: filter out null artists
-rw-r--r-- | src/data/composite/wiki-data/withParsedCommentaryEntries.js | 1 |
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 25c07a37..edfc9e3c 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', }), |