소스 검색

Update timestamp

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) {