Removed extra comment.

This commit is contained in:
Ajay Ramachandran
2019-07-26 17:15:42 -04:00
parent 4379660b01
commit fd6071f8d6

View File

@@ -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);
});