mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Use real date
This commit is contained in:
parent
03153ea474
commit
fc7c920a70
@ -16,7 +16,7 @@ async function checkManonBirthday(force) {
|
||||
|
||||
const date = new Date();
|
||||
|
||||
if(date.getMonth() != 4 || date.getDate() != 8)
|
||||
if(date.getMonth() != 4 || date.getDate() != 25)
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user