Merge pull request #2678 from mdPlusPlus/add-missing-space

Add missing space
pull/2682/head
Audric Ackermann 2 years ago committed by GitHub
commit 2710ea9134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ export async function autoScaleForAvatar<T extends { contentType: string; blob:
attachment.contentType !== IMAGE_JPEG attachment.contentType !== IMAGE_JPEG
) { ) {
// nothing to do // nothing to do
throw new Error('Cannot autoScaleForAvatar another file than PNG,GIF or JPEG.'); throw new Error('Cannot autoScaleForAvatar another file than PNG, GIF or JPEG.');
} }
window.log.info('autoscale for avatar', maxMeasurements); window.log.info('autoscale for avatar', maxMeasurements);

Loading…
Cancel
Save