« get me outta code hell

linkArtistRollingWindow.js « dependencies « content « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkArtistRollingWindow.js
blob: 6ab516ac19224df94cd32147acb02f5144efde78 (plain)
1
2
3
4
5
6
export default {
  relations: (relation, artist) =>
    ({link: relation('linkThing', 'localized.artistRollingWindow', artist)}),

  generate: (relations) => relations.link,
};