Craig Fletcher пре 4 година
родитељ
комит
f61669ca4d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/server.js

+ 1 - 1
modules/server.js

@@ -180,7 +180,7 @@ function lockChoices() {
 }
 
 server.get("/votes", function(req, res, next) {
-  const revealDate = 1618077600 * 1000;
+  const revealDate = 1620410400 * 1000;
   if (Date.now() >= revealDate) {
     let choices = db.get("/factionChoices");
     if (Object.keys(choices).length < 1) {