Skip to content

Commit 4f12375

Browse files
committed
Add missing welcomeMessage to frontend
1 parent 722777c commit 4f12375

File tree

1 file changed

+1
-0
lines changed
  • nodejs/basic-example/talkjs-frontend

1 file changed

+1
-0
lines changed

nodejs/basic-example/talkjs-frontend/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const getUser = async (id) => {
77
photoUrl: data.photoUrl,
88
email: data.email,
99
role: data.role,
10+
welcomeMessage: data.welcomeMessage,
1011
});
1112
return user;
1213
};

0 commit comments

Comments
 (0)