Skip to content

Commit b970fee

Browse files
authored
remove line that was accidentally commented out (#1190)
1 parent 8e35cdc commit b970fee

File tree

1 file changed

+1
-1
lines changed
  • Node/quickstarts/genkit-helloworld/functions

1 file changed

+1
-1
lines changed

Node/quickstarts/genkit-helloworld/functions/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ exports.tellJoke = onCallGenkit({
7474
// [END bind-secrets]
7575
// [START auth-policy]
7676
// Protect your endpoint with authPolicy.
77-
// authPolicy: (auth) => !!auth?.token.email_verified,
77+
authPolicy: (auth) => !!auth?.token.email_verified,
7878
// [END auth-policy]
7979
},
8080
// Pass in the genkit flow.

0 commit comments

Comments
 (0)