From 76e31544eabbb5f104a8464c1edfaf1e6d884820 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 14 Apr 2025 21:30:38 -0300 Subject: data: matchCommentaryEntries -> matchContentEntries --- src/data/yaml.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/data') diff --git a/src/data/yaml.js b/src/data/yaml.js index 847489f0..a2c76b45 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -11,8 +11,7 @@ import {colors, ENABLE_COLOR, logInfo, logWarn} from '#cli'; import {sortByName} from '#sort'; import Thing from '#thing'; import thingConstructors from '#things'; -import {matchCommentaryEntries, multipleLyricsDetectionRegex} - from '#wiki-data'; +import {matchContentEntries, multipleLyricsDetectionRegex} from '#wiki-data'; import { aggregateThrows, @@ -859,7 +858,7 @@ export function parseContentEntries(thingClass, sourceText, {subdoc}) { }); const documents = - matchCommentaryEntries(sourceText) + matchContentEntries(sourceText) .map(matchEntry => withEntries( map(matchEntry), -- cgit 1.3.0-6-gf8a5