[Feat] get-info 응답값에 coins 추가
This commit is contained in:
parent
f1bd640978
commit
a41fcb9aef
@ -240,7 +240,8 @@ router.get("/get-info", async function (req, res, next) {
|
||||
nickname: user.nickname,
|
||||
rating: user.rating,
|
||||
score: Number(user.score) || 0,
|
||||
imageIndex: Number(user.profileImageIndex)
|
||||
imageIndex: Number(user.profileImageIndex),
|
||||
coins: Number(user.coins),
|
||||
})
|
||||
|
||||
} catch (err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user