*Update dist

This commit is contained in:
Derrick Hammer 2022-07-20 17:24:00 -04:00
parent 200221e742
commit 2c41826632
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -3,7 +3,7 @@ import { callModule as callModuleModule, connectModule as connectModuleModule, }
import { EventEmitter } from "events";
const DHT_MODULE = "AQD1IgE4lTZkq1fqdoYGojKRNrSk0YQ_wrHbRtIiHDrnow";
let callModule, connectModule;
if (window.document) {
if (typeof window !== "undefined" && window?.document) {
callModule = callModuleKernel;
connectModule = connectModuleKernel;
}