diff --git a/Techem_Smart_Export_2026-04-13.xlsx b/Techem_Smart_Export_2026-04-13.xlsx index 162954e..dd27d8f 100644 Binary files a/Techem_Smart_Export_2026-04-13.xlsx and b/Techem_Smart_Export_2026-04-13.xlsx differ diff --git a/index.js b/index.js index d3d1df5..f30c9a0 100644 --- a/index.js +++ b/index.js @@ -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)) { diff --git a/package.json b/package.json index 8479a35..1af5900 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "type": "commonjs", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node index.js" }, "dependencies": { "axios": "^1.15.0",