From fd6071f8d61befd1d40f60981fc01468ccecf1c3 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 26 Jul 2019 17:15:42 -0400 Subject: [PATCH] Removed extra comment. --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 2a3a6f0..1d5e516 100644 --- a/index.js +++ b/index.js @@ -224,8 +224,6 @@ app.get('/api/voteOnSponsorTime', function (req, res) { //oldIncrementAmount will be zero is row is null db.prepare("UPDATE sponsorTimes SET votes = votes + ? WHERE UUID = ?").run(incrementAmount - oldIncrementAmount, UUID); - //update the votes table - //added to db res.sendStatus(200); });