Skip to content

Commit

Permalink
[FIX] add callstatus attribute in room object (#22959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak-learner authored and murtaza98 committed Nov 22, 2021
1 parent 88458cd commit 7724598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/livechat/server/api/lib/livechat.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function findOpenRoom(token, departmentId) {
departmentId: 1,
servedBy: 1,
open: 1,
callStatus: 1,
},
};

Expand Down

0 comments on commit 7724598

Please sign in to comment.