Skip to content

Commit e7c6a35

Browse files
committed
removed appId
1 parent 8a16200 commit e7c6a35

File tree

1 file changed

+1
-2
lines changed
  • howtos/how-to-make-a-clickable-avatar-in-a-header

1 file changed

+1
-2
lines changed

howtos/how-to-make-a-clickable-avatar-in-a-header/server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ const config = {
6868
welcomeMessage: 'Welcome to the chat!',
6969
role: 'default'
7070
},
71-
// appId: '<APP_ID>',
72-
appId: 't6Gp1hgh'
71+
appId: '<APP_ID>'
7372
};
7473

7574
app.get('/', (req, res) => {

0 commit comments

Comments
 (0)