« get me outta code hell

data, content: Artist.closelyLinkedGroups: thing -> group - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-12-25 18:11:53 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-12-25 18:11:53 -0400
commitb44534b622ab29ee6130125b367bcd086075be2b (patch)
tree9054727ea7664ef89bce473ec87033749552537a /src/content
parenta47bd0a3c5bce526fcff1cd7b8c5796bc1bf059a (diff)
data, content: Artist.closelyLinkedGroups: thing -> group
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/generateArtistInfoPage.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/content/dependencies/generateArtistInfoPage.js b/src/content/dependencies/generateArtistInfoPage.js
index cbd80683..81fede4c 100644
--- a/src/content/dependencies/generateArtistInfoPage.js
+++ b/src/content/dependencies/generateArtistInfoPage.js
@@ -81,13 +81,11 @@ export default {
 
     closeGroupLinks:
       query.generalLinkedGroups
-        .map(({thing: group}) =>
-          relation('linkGroup', group)),
+        .map(({group}) => relation('linkGroup', group)),
 
     aliasGroupLinks:
       query.aliasLinkedGroups
-        .map(({thing: group}) =>
-          relation('linkGroup', group)),
+        .map(({group}) => relation('linkGroup', group)),
 
     visitLinks:
       artist.urls