Skip to content

Commit

Permalink
QA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Apr 21, 2023
1 parent ec821d6 commit eebcced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function createWampV1Client(): InstallFunction {
return;
}
this.installed = true;
this.wampClient = wampClient;
this.wampClient = wampClient;

const pluginOptions = { ...WampClientDefaultOptions, ...options };

Expand Down

0 comments on commit eebcced

Please sign in to comment.