« get me outta code hell

content: transformContent: fix groupInfo -> linkGroup mapping - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/transformContent.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-05-26 13:28:20 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-05-26 13:28:20 -0300
commit686e8f462e24c486f057d4001507354a1d2f1848 (patch)
treed5cf96d3d5451cfec464e6c4805426bc38e8aec7 /src/content/dependencies/transformContent.js
parent6efb1212dd643dc98e71e272a1a66f042884edb9 (diff)
content: transformContent: fix groupInfo -> linkGroup mapping
Diffstat (limited to 'src/content/dependencies/transformContent.js')
-rw-r--r--src/content/dependencies/transformContent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js
index c2ca548a..e9e07bea 100644
--- a/src/content/dependencies/transformContent.js
+++ b/src/content/dependencies/transformContent.js
@@ -11,7 +11,7 @@ const linkThingRelationMap = {
   artist: 'linkArtist',
   artistGallery: 'linkArtistGallery',
   flash: 'linkFlash',
-  group: 'linkGroup',
+  groupInfo: 'linkGroup',
   groupGallery: 'linkGroupGallery',
   listing: 'linkListing',
   newsEntry: 'linkNewsEntry',