Skip to content

Commit fd4c840

Browse files
committed
remove unneeded eslint disable
1 parent 7b02ff1 commit fd4c840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/hub/src/hub.ts

-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ export class Hub implements HubInterface {
458458
* @param method The method to call on the client.
459459
* @param args Arguments to pass to the client function.
460460
*/
461-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
462461
private _withClient(callback: (client: Client, scope: Scope | undefined) => void): void {
463462
const { scope, client } = this.getStackTop();
464463
if (client) {

0 commit comments

Comments
 (0)