Skip to content

Commit

Permalink
chore: update page_id
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyZeroZx committed Sep 10, 2023
1 parent b6791f5 commit 414d7d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/demo-ngx-facebook-messenger/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export class AppComponent {
listEvents: string[] = [];

options: NgxFacebookMessengerOptions = {
page_id: '110145950848846',
page_id: '138655492654061',
initPluginOptions: {
showDialog : true,
debounceTime : 500,
showDialog: true,
debounceTime: 500,
},
buttonOptions: {
text: this.inputText,
Expand Down

0 comments on commit 414d7d7

Please sign in to comment.