Skip to content

Commit 22309f0

Browse files
authored
fix(retail): add region tag for node.js - Update write-user-event.js
1 parent d214b97 commit 22309f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/events/write-user-event.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
'use strict';
1616

17+
// [START retail_write_user_event]
1718
async function main() {
1819
// Imports the Google Cloud client library.
1920
const {UserEventServiceClient} = require('@google-cloud/retail').v2;
@@ -63,6 +64,8 @@ async function main() {
6364
process.on('unhandledRejection', err => {
6465
console.error(err.message);
6566
process.exitCode = 1;
67+
6668
});
6769

6870
main();
71+
// [END retail_write_user_event]

0 commit comments

Comments
 (0)