diff --git a/src/entry.ts b/src/entry.ts index 49a7b33..73b1e13 100644 --- a/src/entry.ts +++ b/src/entry.ts @@ -19,7 +19,7 @@ export function createWampV1Client(): InstallFunction { return; } this.installed = true; - this.wampClient = wampClient; + this.wampClient = wampClient; const pluginOptions = { ...WampClientDefaultOptions, ...options };