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

Add missing space
This commit is contained in:
Audric Ackermann 2023-02-17 10:13:12 +11:00 committed by GitHub
commit 2710ea9134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);