From a41fcb9aef76e24825d803347aaec7c4ab2140bb Mon Sep 17 00:00:00 2001 From: Jay <96156114+jaydev00a@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:27:46 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20get-info=20=EC=9D=91=EB=8B=B5=EA=B0=92?= =?UTF-8?q?=EC=97=90=20coins=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/users.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/users.js b/routes/users.js index 4099975..d16cd5d 100644 --- a/routes/users.js +++ b/routes/users.js @@ -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) {