From 0315aa67d7541a20563045f29054b792b60af6e0 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 16 May 2020 00:07:56 -0400 Subject: [PATCH] make VIP submissions take priority. --- src/routes/postSkipSegments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postSkipSegments.js b/src/routes/postSkipSegments.js index 3c33a83..5beeee0 100644 --- a/src/routes/postSkipSegments.js +++ b/src/routes/postSkipSegments.js @@ -228,7 +228,7 @@ module.exports = async function postSkipSegments(req, res) { let startingVotes = 0; if (vipRow.userCount > 0) { //this user is a vip, start them at a higher approval rating - startingVotes = 10; + startingVotes = 10000; } for (const segmentInfo of segments) {