Skip to content

Commit

Permalink
Update php/public/talkjs-config.js
Browse files Browse the repository at this point in the history
Adding Placeholder TalkJS App ID

Co-authored-by: Lucy Keer <lucy@talkjs.com>
  • Loading branch information
shsaqib99 and keerlu authored Nov 17, 2023
1 parent 59ce301 commit ba015d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/public/talkjs-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Talk from 'talkjs';

const talkjs = new Talk({
appId: 'tAfAFKWp',
appId: '<APP_ID>',
});

export default talkjs;

0 comments on commit ba015d1

Please sign in to comment.