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