« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/data/yaml.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index 72e212b9..cdbd6954 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -159,9 +159,9 @@ function makeProcessDocument(
 
     const constructorPart =
       (thingConstructor[Thing.friendlyName]
-        ? colors.green(thingConstructor[Thing.friendlyName])
+        ? thingConstructor[Thing.friendlyName]
      : thingConstructor.name
-        ? colors.green(thingConstructor.name)
+        ? thingConstructor.name
         : `document`);
 
     const aggregate = openAggregate({