Skip to content

Commit 6b7aca7

Browse files
murtaza98KevLehman
andauthored
Update app/livechat/server/api/v1/config.js
Co-authored-by: Kevin Aleman <[email protected]>
1 parent b278889 commit 6b7aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/livechat/server/api/v1/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ API.v1.addRoute('livechat/config', {
2020

2121
const { token, department, businessUnit } = this.queryParams;
2222

23-
const config = Promise.await(settings({ businessUnit }));
23+
const config = await settings({ businessUnit });
2424

2525
const status = Livechat.online(department);
2626
const guest = token && Livechat.findGuest(token);

0 commit comments

Comments
 (0)