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

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

View file

@ -1224,7 +1224,7 @@ export class DialogKeywords {
const imageData = await (await fetch(url)).arrayBuffer();
const contentType = mime.lookup(url);
const ext = mime.extension(filename.localName);
const ext = mime.extension( Path.extname(filename.localName));
reply['attachments'] = [];
// Prepare a cache to be referenced by Bot Framework.