« 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/things/thing.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/thing.js')
-rw-r--r--src/data/things/thing.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/things/thing.js b/src/data/things/thing.js
index 892a3a4b..78ff4c81 100644
--- a/src/data/things/thing.js
+++ b/src/data/things/thing.js
@@ -1198,7 +1198,7 @@ export default class Thing extends CacheableObject {
 
       if (fromDependency) {
         return {
-          annotation: `Thing.composite.withResultOfCommonComparison.fromDependency`,
+          annotation: `Thing.composite.withResultOfAvailabilityCheck.fromDependency`,
           flags: {expose: true, compose: true},
           expose: {
             mapDependencies: {from: fromDependency},
@@ -1210,7 +1210,7 @@ export default class Thing extends CacheableObject {
         };
       } else {
         return {
-          annotation: `Thing.composite.withResultOfCommonComparison.fromUpdateValue`,
+          annotation: `Thing.composite.withResultOfAvailabilityCheck.fromUpdateValue`,
           flags: {expose: true, compose: true},
           expose: {
             mapContinuation: {to},