Skip to content

Commit

Permalink
Merge pull request #196 from hyeeyoung/dev
Browse files Browse the repository at this point in the history
[fix] release 1.1.2
  • Loading branch information
hyejungg authored Jul 3, 2022
2 parents 6da6bc7 + 6ccb639 commit 4bd5f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/noti.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
ORDER BY n.item_notification_date DESC`;

const [rows] = await db.query(sqlSelect, [userId]);
connection.release();

if (Array.isArray(rows) && !rows.length) {
throw new NotFound(ErrorMessage.notiTabNotFound);
Expand Down

0 comments on commit 4bd5f64

Please sign in to comment.