Skip to content

Commit f52aec6

Browse files
committed
fix: unused serverUrl parameter in runCrossAppAccessTokenExchange
1 parent 64658c6 commit f52aec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clients/typescript/everything-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ registerScenario('auth/pre-registration', runPreRegistration);
376376
* Tests the first step of SEP-990 where IDP ID token is exchanged for authorization grant.
377377
*/
378378
export async function runCrossAppAccessTokenExchange(
379-
serverUrl: string
379+
_serverUrl: string
380380
): Promise<void> {
381381
const ctx = parseContext();
382382
if (ctx.name !== 'auth/cross-app-access-token-exchange') {

0 commit comments

Comments
 (0)