Add missing await for thumbnail creation in makeQuote()

pull/1/head
Scott Nonnenberg 7 years ago
parent d29f50c396
commit 0abdd5ead1

@ -753,7 +753,7 @@
return {
contentType,
fileName: attachment.fileName,
thumbnail: makeThumbnail(),
thumbnail: await makeThumbnail(),
};
})
),

Loading…
Cancel
Save