We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b278889 commit 6b7aca7Copy full SHA for 6b7aca7
app/livechat/server/api/v1/config.js
@@ -20,7 +20,7 @@ API.v1.addRoute('livechat/config', {
20
21
const { token, department, businessUnit } = this.queryParams;
22
23
- const config = Promise.await(settings({ businessUnit }));
+ const config = await settings({ businessUnit });
24
25
const status = Livechat.online(department);
26
const guest = token && Livechat.findGuest(token);
0 commit comments