Add missing space between "PNG" and "GIF" in error message

pull/2678/head
mdPlusPlus 2 years ago
parent 1d6ed17ac7
commit 13c1b207f4

@ -62,7 +62,7 @@ export async function autoScaleForAvatar<T extends { contentType: string; blob:
attachment.contentType !== IMAGE_JPEG
) {
// 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);

Loading…
Cancel
Save