Explorar o código

Update timestamp

Craig Fletcher %!s(int64=4) %!d(string=hai) anos
pai
achega
f61669ca4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {