diff --git a/Node/quickstarts/genkit-helloworld/functions/index.js b/Node/quickstarts/genkit-helloworld/functions/index.js index 3d12cd2c92..b93f2de667 100644 --- a/Node/quickstarts/genkit-helloworld/functions/index.js +++ b/Node/quickstarts/genkit-helloworld/functions/index.js @@ -74,7 +74,7 @@ exports.tellJoke = onCallGenkit({ // [END bind-secrets] // [START auth-policy] // Protect your endpoint with authPolicy. - // authPolicy: (auth) => !!auth?.token.email_verified, + authPolicy: (auth) => !!auth?.token.email_verified, // [END auth-policy] }, // Pass in the genkit flow.