add date check and fix send next post not working

This commit is contained in:
Fran Jurmanović
2023-10-14 01:04:04 +02:00
parent 162708812d
commit dd0b7cde36
6 changed files with 41 additions and 11 deletions

1
process-env.d.ts vendored
View File

@@ -6,6 +6,7 @@ declare global {
CRON_LEGICA: string;
PASSWORD: string;
TIMEZONE: string;
LEGICA_DATE_FORMAT: string;
}
}
}