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 722777c commit 4f12375Copy full SHA for 4f12375
nodejs/basic-example/talkjs-frontend/script.js
@@ -7,6 +7,7 @@ const getUser = async (id) => {
7
photoUrl: data.photoUrl,
8
email: data.email,
9
role: data.role,
10
+ welcomeMessage: data.welcomeMessage,
11
});
12
return user;
13
};
0 commit comments