We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86b4ad1 + 6bbc822 commit 326494cCopy full SHA for 326494c
functions/src/functions/changeCharacterAvatar.ts
@@ -81,7 +81,7 @@ export const changeCharacterAvatar = functions.https.onCall(async (data, context
81
};
82
});
83
84
-const cropToRectangle = async (image: sharp.Sharp): Promise<Sharp> => {
+const cropToRectangle = async (image: sharp.Sharp): Promise<sharp.Sharp> => {
85
const metadata = await image.metadata();
86
const width = metadata.width;
87
const height = metadata.height;
0 commit comments