From 9d62c4bae52f30cfd6536762eca46bfa2d2bbfdf Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 10 Jun 2021 16:58:48 -0300 Subject: src/things shenanigans --- src/thing/structures.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/thing/structures.js') 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; }; } -- cgit 1.3.0-6-gf8a5