Răsfoiți Sursa

New timestamp

Craig Fletcher 4 ani în urmă
părinte
comite
a42be4f360
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 = 1617368400 * 1000;
+  const revealDate = 1617991200 * 1000;
   if (Date.now() >= revealDate) {
     const choices = db.get("/factionChoices") || lockChoices();