Skip to content

Commit

Permalink
유저 정보 조회 API 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wook-hyung committed Dec 16, 2023
1 parent 5095705 commit 159157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/challengeService.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const challengeService = {
return {
success: true,
data: {
champion: user[0].champion,
champion: user.champion,
explorationCount: explorationCount[0]['COUNT(DISTINCT cT.id)'],
certificatedCount: certificatedCount[0]['COUNT(DISTINCT cT.id)'],
},
Expand Down

0 comments on commit 159157a

Please sign in to comment.