« 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/composite.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/composite.js')
-rw-r--r--src/data/things/composite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/composite.js b/src/data/things/composite.js
index 7f3463cf..138814d9 100644
--- a/src/data/things/composite.js
+++ b/src/data/things/composite.js
@@ -1244,8 +1244,8 @@ export function withResolvedReferenceList({
 // This is its composable form.
 export function withReverseReferenceList({
   data,
+  list: refListProperty,
   to = '#reverseReferenceList',
-  refList: refListProperty,
 }) {
   return compositeFrom(`Thing.common.reverseReferenceList`, [
     earlyExitWithoutDependency(data, {value: []}),