« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/thing/structures.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/thing/structures.js')
-rw-r--r--src/thing/structures.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thing/structures.js b/src/thing/structures.js
index e6b9fd4..e1bf06c 100644
--- a/src/thing/structures.js
+++ b/src/thing/structures.js
@@ -13,5 +13,7 @@ export function validateReference(type = '') {
             if (typePart !== type)
                 throw new TypeError(`Expected ref to begin with "${type}:", got "${typePart}:" (ref: ${ref})`);
         }
+
+        return true;
     };
 }