*Update dist

This commit is contained in:
Derrick Hammer 2023-03-24 16:47:58 -04:00
parent e8ead4bb73
commit b7e337e966
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 3 deletions

6
dist/index.js vendored
View File

@ -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);