From 7800305ad381c0eaf417743aa2759f51cabc3919 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 22 Feb 2025 14:57:11 -0400 Subject: yaml: rename matchFilenameToThings -> getThingLayoutForFilename --- src/data/yaml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data') diff --git a/src/data/yaml.js b/src/data/yaml.js index be494dad..4ad8bd8c 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -1461,7 +1461,7 @@ export function cruddilyGetAllThings(wikiData) { return allThings; } -export function matchFilenameToThings(filename, wikiData) { +export function getThingLayoutForFilename(filename, wikiData) { const things = cruddilyGetAllThings(wikiData) .filter(thing => -- cgit 1.3.0-6-gf8a5