« get me outta code hell

data: reverseReferenceList refList -> list - 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:
author(quasar) nebula <qznebula@protonmail.com>2023-09-06 15:31:41 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-06 15:31:41 -0300
commit007c70642a60ed83bd840f550aa06563d4ba6a99 (patch)
treebda1c20f580025acce470b65a6218137e22db373 /src/data/things/composite.js
parent2d7c536ee91a8f5bf8f16db1fc2d0a4d8bb4fc85 (diff)
data: reverseReferenceList refList -> list
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: []}),