[api] fix default avatars in 2025 (#40)

This commit is contained in:
devin
2026-08-24 13:42:36 -04:00
committed by GitHub
parent be24e62f1f
commit 6e8b91d503
3 changed files with 30 additions and 38 deletions
+4 -14
View File
@@ -670,20 +670,10 @@ describe('public endpoints', () => {
const res = await exports.default.fetch(`${ORIGIN}/outfits/me`, { headers: await bearer('77') })
expect(res.status).toBe(200)
expect(await res.json()).toEqual({
LegacyData: {
SelectionsV1: null,
SelectionsV2: null,
FaceFeatures: null,
SkinColor: null,
HairColor: null,
},
Selections: [],
DataVersion: 9,
CustomizationSettings: null,
ThumbnailFileName: null,
Name: null,
Accessibility: 0,
Slot: 0,
FaceFeatures: '',
HairColor: '',
OutfitSelections: '',
SkinColor: '',
})
})