Skip to content

Commit

Permalink
remove line that was accidentally commented out (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt authored Feb 6, 2025
1 parent 8e35cdc commit b970fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/quickstarts/genkit-helloworld/functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b970fee

Please sign in to comment.