Skip to content

Commit

Permalink
Make sure the productID sent for feedback is not obfuscated.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier committed Sep 10, 2019
1 parent 268bdbc commit dd44178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codelab-elements/google-codelab/google_codelab.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ class Codelab extends HTMLElement {
(e) => {
if ('userfeedback' in window) {
window['userfeedback']['api']['startFeedback']
({productId: '5143948'});
({'productId': '5143948'});
}
});
}
Expand Down

0 comments on commit dd44178

Please sign in to comment.