Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed Nov 24, 2023
1 parent afa6b85 commit 0c7d8ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ internal fun App2AppAuthenticateOptions.toRequest(
redirectUri = redirectUri,
clientID = clientID,
codeChallenge = codeVerifier.challenge,
state = state,
state = state
)
}

0 comments on commit 0c7d8ca

Please sign in to comment.