« get me outta code hell

data: make various wiki-properties fn's into compositions - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/news-entry.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-12-06 13:55:33 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-12-06 13:55:33 -0400
commit722fe82043e74bdb7c10ed214a9f3006a26ff42b (patch)
tree2949fa4b4235acef5cf0b012c6071d7ed0b57bf2 /src/data/things/news-entry.js
parentc7cc130f97c2a0f390ba0e07e3aa048395636817 (diff)
data: make various wiki-properties fn's into compositions
Diffstat (limited to 'src/data/things/news-entry.js')
-rw-r--r--src/data/things/news-entry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/news-entry.js b/src/data/things/news-entry.js
index 54362d06..bb35d11b 100644
--- a/src/data/things/news-entry.js
+++ b/src/data/things/news-entry.js
@@ -17,7 +17,7 @@ export class NewsEntry extends Thing {
   static [Thing.getPropertyDescriptors] = () => ({
     // Update & expose
 
-    name: name('Unnamed News Entry'),
+    name: name(V('Unnamed News Entry')),
     directory: directory(),
     date: simpleDate(),