Skip to content

Commit

Permalink
regression: Crash in livechat with manual routing (RocketChat#30244)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Gazzo <[email protected]>
  • Loading branch information
MartinSchoeler and ggazzo authored Sep 1, 2023
1 parent ba24f3c commit b440346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/livechat/src/routes/Chat/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ChatContainer extends Component {
this.state.queueSpot = newQueueSpot;
this.state.estimatedWaitTime = newEstimatedWaitTime;
await this.handleQueueMessage(connecting, queueInfo);
await this.handleConnectingAgentAlert(newConnecting, normalizeQueueAlert(queueInfo));
await this.handleConnectingAgentAlert(newConnecting, await normalizeQueueAlert(queueInfo));
}
};

Expand Down

0 comments on commit b440346

Please sign in to comment.