[HOTFIX] 로그인 시 imageIndex를 profileImageIndex로 수정
This commit is contained in:
parent
a41fcb9aef
commit
a393930db7
@ -95,7 +95,8 @@ router.post("/signin", async function (req, res, next) {
|
||||
|
||||
res.json({
|
||||
result: ResponseType.SUCCESS,
|
||||
imageIndex: existingUser.imageIndex,
|
||||
nickname: existingUser.nickname,
|
||||
imageIndex: existingUser.profileImageIndex,
|
||||
rating: existingUser.rating,
|
||||
score: existingUser.score,
|
||||
coins: existingUser.coins,
|
||||
|
Loading…
x
Reference in New Issue
Block a user