diff options
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 |
commit | 686e8f462e24c486f057d4001507354a1d2f1848 (patch) | |
tree | d5cf96d3d5451cfec464e6c4805426bc38e8aec7 /src | |
parent | 6efb1212dd643dc98e71e272a1a66f042884edb9 (diff) |
content: transformContent: fix groupInfo -> linkGroup mapping
Diffstat (limited to 'src')
-rw-r--r-- | src/content/dependencies/transformContent.js | 2 |
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', |