mirror of
https://github.com/MrUnknownDE/techem-exporter.git
synced 2026-05-06 06:56:06 +02:00
add npm start command
This commit is contained in:
@@ -50,7 +50,7 @@ async function runExport() {
|
||||
console.log('✅ Login erfolgreich.');
|
||||
|
||||
// --- DATEN EXTRAKTION ---
|
||||
const months = [];
|
||||
const months = [];
|
||||
let current = dayjs(config.startDate);
|
||||
const end = dayjs(config.endDate);
|
||||
while (current.isBefore(end) || current.isSame(end)) {
|
||||
|
||||
Reference in New Issue
Block a user