fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
c182d5000a
commit
37ffacf5b3
1 changed files with 1 additions and 1 deletions
|
@ -1224,7 +1224,7 @@ export class DialogKeywords {
|
|||
|
||||
const imageData = await (await fetch(url)).arrayBuffer();
|
||||
const contentType = mime.lookup(url);
|
||||
const ext = mime.extension(url);
|
||||
const ext = mime.extension(filename.localName);
|
||||
reply['attachments'] = [];
|
||||
|
||||
// Prepare a cache to be referenced by Bot Framework.
|
||||
|
|
Loading…
Add table
Reference in a new issue