Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodoTheTrue committed Aug 23, 2022
1 parent 79296d5 commit 7b23047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/verifyGoogleIdToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @param {string} expectedAudience - The service name for which the id token is requested. Service name refers to the
* logical identifier of an API service, such as "iap.googleapis.com".
*/
function main(idToken, expectedAudience) {
function main(idToken, expectedAudience) {
// [START auth_cloud_verify_google_idtoken]
/**
* TODO(developer):
Expand Down

0 comments on commit 7b23047

Please sign in to comment.