Skip to content

Commit b7632ab

Browse files
committed
test(test): test
1 parent 7cceda0 commit b7632ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/sso/clients.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class OidcClient {
7777
codeChallenge: string
7878
codeChallengeMethod: string
7979
}) {
80-
// aws sdk doesn't convert to url params until right before you make the request, so we have to do
80+
// aws sdk doesn't convert to url params until right before you make the request, so we have to do // test
8181
// it manually ahead of time
8282
const params = toSnakeCase(request)
8383
const searchParams = new URLSearchParams(params).toString()

0 commit comments

Comments
 (0)