Skip to content

Commit

Permalink
fix bug :)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler committed Jul 29, 2024
1 parent 2a96650 commit 9eb8b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/livechat/src/lib/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const closeChat = async ({ transcriptRequested } = {}) => {
await store.setState(initial);
}

Triggers.processTrigger('after-guest-registration');
await Triggers.processTrigger('after-guest-registration');

await loadConfig();
parentCall('callback', 'chat-ended');
Expand Down

0 comments on commit 9eb8b08

Please sign in to comment.