We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b02ff1 commit fd4c840Copy full SHA for fd4c840
packages/hub/src/hub.ts
@@ -458,7 +458,6 @@ export class Hub implements HubInterface {
458
* @param method The method to call on the client.
459
* @param args Arguments to pass to the client function.
460
*/
461
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
462
private _withClient(callback: (client: Client, scope: Scope | undefined) => void): void {
463
const { scope, client } = this.getStackTop();
464
if (client) {
0 commit comments