Skip to content

Commit f32c73b

Browse files
committed
fix: Call bindClient in the hub
1 parent e13fc0c commit f32c73b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hub/src/hub.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export class Hub implements HubInterface {
6161
*/
6262
public constructor(client?: Client, scope: Scope = new Scope(), private readonly _version: number = API_VERSION) {
6363
this._stack.push({ client, scope });
64+
this.bindClient(client);
6465
}
6566

6667
/**

0 commit comments

Comments
 (0)