mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-05-23 22:06:50 -05:00
fix: remove explicit type annotation from expressions array
This commit is contained in:
parent
83ef118c37
commit
76672dee82
|
|
@ -214,7 +214,7 @@ PNIDSchema.method('generateMiiImages', async function generateMiiImages(): Promi
|
|||
await uploadCDNAsset(config.s3.bucket, `${userMiiKey}/standard.tga`, tga, 'public-read');
|
||||
await uploadCDNAsset(config.s3.bucket, `${userMiiKey}/normal_face.png`, miiStudioNormalFaceImageData, 'public-read');
|
||||
|
||||
const expressions: { expression: string; filename: string }[] = [
|
||||
const expressions = [
|
||||
{ expression: 'frustrated', filename: 'frustrated_face' },
|
||||
{ expression: 'smile_open_mouth', filename: 'happy_face' },
|
||||
{ expression: 'wink_left', filename: 'like_face' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user