« get me outta code hell

data: minor fixes - 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:
author(quasar) nebula <qznebula@protonmail.com>2023-09-21 16:04:06 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-21 16:04:21 -0300
commit4852931ecf2c7ce63851ea6f3a60c9d5b142ae6f (patch)
treec08811d15da24810ed068887a49b63d24d7c72f1 /src/data/things/thing.js
parent998cc860302e3fb1e7a40c055e8ac66f195b1366 (diff)
data: minor fixes
Diffstat (limited to 'src/data/things/thing.js')
-rw-r--r--src/data/things/thing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/thing.js b/src/data/things/thing.js
index ca1018e..77f549f 100644
--- a/src/data/things/thing.js
+++ b/src/data/things/thing.js
@@ -602,7 +602,7 @@ export const withResolvedReference = templateCompositeFrom({
         }
 
         return continuation.raiseOutput({
-          ['#resolvedReference']: match,
+          ['#resolvedReference']: match ?? null,
         });
       },
     },