« get me outta code hell

data: fix not passing noTransformSymbol - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-24 18:49:11 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-05 21:02:51 -0300
commit57edc116016f45f1bc9e7e3e6560450b6c480602 (patch)
tree79e23e6043022853adbcf4014a325767ef9df2e9 /src
parent2b2bbe9083d6f205e6b04b08c8bc4339a6a9ed87 (diff)
data: fix not passing noTransformSymbol
Diffstat (limited to 'src')
-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 a9fd220f..d553a3ec 100644
--- a/src/data/things/thing.js
+++ b/src/data/things/thing.js
@@ -820,7 +820,7 @@ export default class Thing extends CacheableObject {
         } else {
           expose.compute =
             (initialDependencies) =>
-              _computeOrTransform(undefined, initialDependencies);
+              _computeOrTransform(noTransformSymbol, initialDependencies);
         }
       }