Add missing await for thumbnail creation in makeQuote()
This commit is contained in:
parent
d29f50c396
commit
0abdd5ead1
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@
|
||||||
return {
|
return {
|
||||||
contentType,
|
contentType,
|
||||||
fileName: attachment.fileName,
|
fileName: attachment.fileName,
|
||||||
thumbnail: makeThumbnail(),
|
thumbnail: await makeThumbnail(),
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue