« get me outta code hell

yaml: rename matchFilenameToThings -> getThingLayoutForFilename - 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>2025-02-22 14:57:11 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-02-22 14:57:11 -0400
commit7800305ad381c0eaf417743aa2759f51cabc3919 (patch)
treea6255a7bb090cfe365e6cd4b2c0bcb829b421dfa
parent3a633a8343949099d7f3a7a4efa8efba4baa340d (diff)
yaml: rename matchFilenameToThings -> getThingLayoutForFilename
-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 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 =>