Chore: Migrate REST API - returnLivechat to Typescript (#3843)

This commit is contained in:
Reinaldo Neto 2022-03-07 13:39:02 -03:00 committed by GitHub
parent 4d6f21647e
commit e3f4e9797d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ export const editLivechat = (userData: any, roomData: any) =>
// RC 0.55.0
sdk.methodCallWrapper('livechat:saveInfo', userData, roomData);
export const returnLivechat = (rid: string) =>
export const returnLivechat = (rid: string): Promise<boolean> =>
// RC 0.72.0
sdk.methodCallWrapper('livechat:returnAsInquiry', rid);