Skip to content

Commit

Permalink
imageUrl 변수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJunGyu26 committed Dec 5, 2023
1 parent 423a2fc commit 1fb1e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dao/mypageDao.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function updateProfile(connection, userId, userIdx, nickName, jobName, ima
}

// 변경된 행이 있다면 업데이트된 사용자 정보 반환
return { userId, nickName, jobName, profileImageUrl: imageUrl };
return { userId, nickName, jobName, imageUrl };
}

// qj 데이터 존재하는지 유무 체크
Expand Down

0 comments on commit 1fb1e8c

Please sign in to comment.