From b7e337e966a2da8eae8373aec397f0efa3ef6677 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 24 Mar 2023 16:47:58 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index b6d6de4..f0d4ff4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -89,9 +89,9 @@ export const factory = function (type, module) { if (typeof prop !== "function") { return prop; } - if (desc?.get) { - return target[property]; - } + } + if (desc?.get) { + return target[property]; } return async (...args) => { await target.loadLibs(module);