Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 12, 2024
1 parent 61f74ea commit 64affd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/livechat/server/lib/Helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const createLivechatRoom = async <

await sendMessage(guest, { t: 'livechat-started', msg: '', groupable: false }, room);

return result.value;
return result.value as IOmnichannelRoom;
};

export const createLivechatInquiry = async ({
Expand Down

0 comments on commit 64affd8

Please sign in to comment.