We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13fc0c commit f32c73bCopy full SHA for f32c73b
packages/hub/src/hub.ts
@@ -61,6 +61,7 @@ export class Hub implements HubInterface {
61
*/
62
public constructor(client?: Client, scope: Scope = new Scope(), private readonly _version: number = API_VERSION) {
63
this._stack.push({ client, scope });
64
+ this.bindClient(client);
65
}
66
67
/**
0 commit comments