« get me outta code hell

data: make composites work - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-21 11:04:33 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-21 11:04:33 -0300
commit572b5465f9ce1e992e0384aa92461ec11dbaabff (patch)
tree78f9dd4a5c85a414216ddcf8f6bcd59de69be2bd /src/data/things/index.js
parent66544e6730bd79c9cb1c50d89421f9a08329e27d (diff)
data: make composites work
Diffstat (limited to 'src/data/things/index.js')
-rw-r--r--src/data/things/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js
index f908653..77e5fa7 100644
--- a/src/data/things/index.js
+++ b/src/data/things/index.js
@@ -140,8 +140,8 @@ function evaluatePropertyDescriptors() {
             compose: false,
             steps: value,
           });
-
-          continue;
+        } else if (value.toResolvedComposition) {
+          results[key] = compositeFrom(value.toResolvedComposition());
         }
       }