Remove unused variable

This commit is contained in:
Ajay Ramachandran
2020-08-29 17:39:08 -04:00
committed by GitHub
parent f1c520fbe8
commit 373548d396

View File

@@ -238,9 +238,6 @@ module.exports = async function postSkipSegments(req, res) {
}
try {
//check if this user is on the vip list
let vipRow = db.prepare('get', "SELECT count(*) as userCount FROM vipUsers WHERE userID = ?", [userID]);
//get current time
let timeSubmitted = Date.now();