|
|
@ -276,8 +276,8 @@ export async function getFileAndStoreLocally(
|
|
|
|
contentType: attachment.contentType,
|
|
|
|
contentType: attachment.contentType,
|
|
|
|
fileName: attachment.fileName,
|
|
|
|
fileName: attachment.fileName,
|
|
|
|
path: attachmentSavedLocally.path,
|
|
|
|
path: attachmentSavedLocally.path,
|
|
|
|
width: scaled.width,
|
|
|
|
width: attachmentSavedLocally.width,
|
|
|
|
height: scaled.height,
|
|
|
|
height: attachmentSavedLocally.height,
|
|
|
|
screenshot: attachmentSavedLocally.screenshot,
|
|
|
|
screenshot: attachmentSavedLocally.screenshot,
|
|
|
|
thumbnail: attachmentSavedLocally.thumbnail,
|
|
|
|
thumbnail: attachmentSavedLocally.thumbnail,
|
|
|
|
size: attachmentSavedLocally.size,
|
|
|
|
size: attachmentSavedLocally.size,
|
|
|
|