From c5d761b3ae2700a68a142103f43b06f7d5c2de0a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 31 Jan 2023 07:43:04 -0500 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 3a1345b..deeb3d1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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),