Skip to content

Commit

Permalink
alarm model 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wook-hyung committed Dec 16, 2023
1 parent ebd8b46 commit da9e782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/alarmModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const alarmModel = {

try {
const [rows, fields] = await connection.query(
'INSERT INTO alarm (memberId, challenge_certification_id, alarm_type) VALUES (?, ?, "SUCCESS")',
'INSERT INTO alarm (member_id, challenge_certification_id, alarm_type) VALUES (?, ?, "SUCCESS")',
[memberId, challengeCertificationId]
);

Expand Down

0 comments on commit da9e782

Please sign in to comment.