Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit dd44178

Browse files
Make sure the productID sent for feedback is not obfuscated.
1 parent 268bdbc commit dd44178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codelab-elements/google-codelab/google_codelab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ class Codelab extends HTMLElement {
755755
(e) => {
756756
if ('userfeedback' in window) {
757757
window['userfeedback']['api']['startFeedback']
758-
({productId: '5143948'});
758+
({'productId': '5143948'});
759759
}
760760
});
761761
}

0 commit comments

Comments
 (0)