We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d214b97 commit 22309f0Copy full SHA for 22309f0
retail/interactive-tutorials/events/write-user-event.js
@@ -14,6 +14,7 @@
14
15
'use strict';
16
17
+// [START retail_write_user_event]
18
async function main() {
19
// Imports the Google Cloud client library.
20
const {UserEventServiceClient} = require('@google-cloud/retail').v2;
@@ -63,6 +64,8 @@ async function main() {
63
64
process.on('unhandledRejection', err => {
65
console.error(err.message);
66
process.exitCode = 1;
67
+
68
});
69
70
main();
71
+// [END retail_write_user_event]
0 commit comments