« get me outta code hell

src/things shenanigans - 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:
author(quasar) nebula <towerofnix@gmail.com>2021-06-10 16:58:48 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-10 16:58:48 -0300
commit9d62c4bae52f30cfd6536762eca46bfa2d2bbfdf (patch)
treef57d0393e49bf6b9f41e0472fe9a73d41f53785f /src/thing/structures.js
parent4b04056f18555824dde09914553fde71ad2e009b (diff)
src/things shenanigans
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;
     };
 }