You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/providers/https.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,7 @@ export function onCallGenkit<A extends GenkitAction>(
567
567
opts={};
568
568
action=optsOrActionasA;
569
569
}
570
-
if(opts.secrets?.length===0){
570
+
if(!opts.secrets?.length){
571
571
logger.debug(
572
572
`Genkit function for ${action.__action.name} is not bound to any secret. This may mean that you are not storing API keys as a secret or that you are not binding your secret to this function. See https://firebase.google.com/docs/functions/config-env?gen=2nd#secret_parameters for more information.`
0 commit comments