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 993ef96 commit ebd8b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/challengeController.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const challengeController = {
participationCount: participationCount + 1,
});

const [{ member_id: memberIdForAlarm }] = await challengeModel.findOtherMemberByChallengeId({
const [{ id: memberIdForAlarm }] = await challengeModel.findOtherMemberByChallengeId({
memberId,
challengeId,
});
Expand Down

0 comments on commit ebd8b46

Please sign in to comment.