Skip to content

Commit d9ba2c1

Browse files
committed
fix
1 parent b6aa94e commit d9ba2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class OAuthHelper {
243243
/**
244244
* Register a new OAuth client dynamically
245245
*/
246-
async registerClient(_serverUrl: string): Promise<ClientRegistration> {
246+
async registerClient(serverUrl: string): Promise<ClientRegistration> {
247247
if (!this.discovery) {
248248
throw new Error('OAuth discovery not performed. Call discoverOAuthConfig first.')
249249
}

0 commit comments

Comments
 (0)