1
0

fix: I hate my life
All checks were successful
Remote Deploy / deploy (push) Successful in 6s

This commit is contained in:
2025-10-21 19:41:33 +02:00
parent a942818247
commit 0432be4828

View File

@@ -167,7 +167,7 @@ export default async function parseThisShit(downloadedFilePath) {
}
const currentDate = new Date();
const formattedDate = currentDate.getHours().padStart(2, "0") + ":" + currentDate.getMinutes().padStart(2, "0");
const formattedDate = currentDate.getHours().toString().padStart(2, "0") + ":" + currentDate.getMinutes().toString().padStart(2, "0");
const data = {
schedule: final,