Explorar o código

Update timestamp

Craig Fletcher %!s(int64=4) %!d(string=hai) anos
pai
achega
74b051e172
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/server.js

+ 1 - 1
modules/server.js

@@ -155,7 +155,7 @@ function lockChoices() {
 }
 
 server.get("/votes", function(req, res, next) {
-  const revealDate = 1617991200 * 1000;
+  const revealDate = 1618077600 * 1000;
   if (Date.now() >= revealDate) {
     const choices = db.get("/factionChoices") || lockChoices();