Skip to content

Commit

Permalink
Merge pull request oxen-io#2678 from mdPlusPlus/add-missing-space
Browse files Browse the repository at this point in the history
Add missing space
  • Loading branch information
Bilb authored Feb 16, 2023
2 parents 2e4d308 + 13c1b20 commit 2710ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/util/attachmentsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2710ea9

Please sign in to comment.