فهرست منبع

New timestamp

Craig Fletcher 4 سال پیش
والد
کامیت
a42be4f360
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();