Skip to content

Commit

Permalink
address Daniel's review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Jan 31, 2025
1 parent 4c1136b commit 5d6ad35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Node/quickstarts/genkit-helloworld/functions/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 Google LLC
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
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 @@ -66,7 +66,7 @@ const jokeTeller = ai.defineFlow({
// [START trigger]
exports.tellJoke = onCallGenkit({
// [START bind-secrets]
// bind the Gemini API key secret parameter to the function
// bind the Gemini API key secret parameter to the function
secrets: [apiKey],
// [END bind-secrets]
// [START auth-policy]
Expand Down

0 comments on commit 5d6ad35

Please sign in to comment.