mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 22:57:28 +08:00
[F] Fix avatar saving
This commit is contained in:
@@ -285,7 +285,7 @@
|
||||
value: number,
|
||||
) {
|
||||
if (kind in kindMap) return { field: kindMap[kind], value: `${value}` }
|
||||
return { field: "avatar", value: `${categories.indexOf(kind) + 1}:${value}` }
|
||||
return { field: "avatarItem", value: `${categories.indexOf(kind) + 1}:${value}` }
|
||||
}
|
||||
|
||||
USER.me().then(u => {
|
||||
|
||||
Reference in New Issue
Block a user