Skip to content

Commit 8820bfe

Browse files
coding-boboclaude
andcommitted
style: rename unused scope param in WifGrantFallbackProvider
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1cd8ddb commit 8820bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/clients/typescript/everything-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ class WifGrantFallbackProvider implements OAuthClientProvider {
992992
throw new Error('codeVerifier is not used for JWT-bearer flow');
993993
}
994994

995-
prepareTokenRequest(scope?: string): URLSearchParams {
995+
prepareTokenRequest(_scope?: string): URLSearchParams {
996996
this.attemptCount++;
997997
if (this.attemptCount === 1) {
998998
const params = new URLSearchParams({ grant_type: JWT_BEARER_GRANT_TYPE });

0 commit comments

Comments
 (0)