fix bug
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 2m0s

This commit is contained in:
2025-08-14 21:05:44 +07:00
parent e9dbe8b07b
commit 733908ab8e
3 changed files with 20 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ export function converterOneEnkaDataToAvatarStore(data: AvatarEnkaDetail, count:
profile_name: `Enka Profile ${count}`,
lightcone: {
level: data.equipment?.level ?? 0,
item_id: data.equipment?.tid ?? "",
item_id: data.equipment?.tid ?? 0,
rank: data.equipment?.rank ?? 0,
promotion: data.equipment?.promotion ?? 0,
},