*Update dist

This commit is contained in:
Derrick Hammer 2023-01-31 07:43:04 -05:00
parent fb471accce
commit c5d761b3ae
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -37,7 +37,7 @@ export class Client {
}
}
export async function load(module) {
if (callModule !== null && connectModule !== null) {
if (callModule && connectModule) {
if (module) {
return {
callModule: callModule.bind(undefined, module),