We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb557d1 commit bedbdc9Copy full SHA for bedbdc9
packages/hub/src/hub.ts
@@ -473,8 +473,7 @@ export class Hub implements HubInterface {
473
/**
474
* Internal helper function to call a method on the top client if it exists.
475
*
476
- * @param method The method to call on the client.
477
- * @param args Arguments to pass to the client function.
+ * @param callback Callback that gets passed client and scope from stack
478
*/
479
// eslint-disable-next-line @typescript-eslint/no-explicit-any
480
private _withClient(callback: (client: Client, scope: Scope | undefined) => void): void {
0 commit comments