mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Change to real date
This commit is contained in:
parent
93ff4e9049
commit
22cb2673a4
@ -16,7 +16,7 @@ async function checkManonBirthday(force) {
|
||||
|
||||
const date = new Date();
|
||||
|
||||
if(date.getMonth() != 4 && date.getDay() != 8)//TODO: replace
|
||||
if(date.getMonth() != 4 && date.getDay() != 25)
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user