« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/wiki-data/withConstitutedArtwork.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/composite/wiki-data/withConstitutedArtwork.js')
-rw-r--r--src/data/composite/wiki-data/withConstitutedArtwork.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/data/composite/wiki-data/withConstitutedArtwork.js b/src/data/composite/wiki-data/withConstitutedArtwork.js
index 3eb3c893..16faa2a9 100644
--- a/src/data/composite/wiki-data/withConstitutedArtwork.js
+++ b/src/data/composite/wiki-data/withConstitutedArtwork.js
@@ -18,8 +18,6 @@ export default templateCompositeFrom({
     {
       dependencies: [
         input.myself(),
-        'find',
-
         input('fileExtensionFromThingProperty'),
         input('artistContribsFromThingProperty'),
         input('artistContribsArtistProperty'),
@@ -28,8 +26,6 @@ export default templateCompositeFrom({
 
       compute: (continuation, {
         [input.myself()]: myself,
-        ['find']: find,
-
         [input('fileExtensionFromThingProperty')]: fileExtensionFromThingProperty,
         [input('artistContribsFromThingProperty')]: artistContribsFromThingProperty,
         [input('artistContribsArtistProperty')]: artistContribsArtistProperty,
@@ -38,8 +34,6 @@ export default templateCompositeFrom({
         ['#constitutedArtwork']:
           Object.assign(new thingConstructors.Artwork, {
             thing: myself,
-            find: find,
-
             fileExtensionFromThingProperty,
             artistContribsFromThingProperty,
             artistContribsArtistProperty,