-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functions/composer-storage-trigger/index.js sends nonexistent argument "iap.jwt" to "makeIapPostRequest" #1602
Comments
@ace-n , could you have a look at this |
@leahecole owns this sample (per |
I'm not sure if this makes sense but I'm adding the "composer" label so this is surfaced to our team, and dropping priority to P2. |
I'm investigating this now. I tried running the code in the relevant tutorial as is, and it seems to work - the DAG triggers and prints the appropriate info. I retried adding in the Thank you for opening this - I'm going to close it because as far as I can tell, the code doesn't need any updates at this time. |
It looks like the final argument in makeIapPostRequest ("jwt") was removed at some point (43cb78c#diff-03c121b657e9255e31ace2345598d678R152), but for some reason the code sample still provides it in the call to this function:
nodejs-docs-samples/functions/composer-storage-trigger/index.js
Line 61 in c00c94f
Why?
The text was updated successfully, but these errors were encountered: