fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit ae96a4f123 - Show all commits

View file

@ -277,8 +277,8 @@ export class WhatsappDirectLine extends GBService {
attachments.push(
{
name: 'uploaded.png',
contentType: 'image/png',
contentUrl: `data:image/png;base64,${base64Image}`
contentType: base64Image.mimetype,
contentUrl: `data:image/png;base64,${base64Image.data}`
});
}