fix: clean up 49 unused variables, catch params, and stale imports (#22695)
This commit is contained in:
@@ -218,7 +218,7 @@ export namespace McpOAuthCallback {
|
||||
log.info("oauth callback server stopped")
|
||||
}
|
||||
|
||||
for (const [name, pending] of pendingAuths) {
|
||||
for (const [_name, pending] of pendingAuths) {
|
||||
clearTimeout(pending.timeout)
|
||||
pending.reject(new Error("OAuth callback server stopped"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user