added daily json file to console

This commit is contained in:
Yinyin Liu 2025-11-08 15:29:15 +01:00
parent 11b68574c9
commit 4197141162
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@ export const transformInputToAggregatedDataJson = async (
}
const results = await Promise.all(timestampPromises);
console.log("Fetched aggregated daily results:", results);
currentDay = start_date;
for (let i = 0; i < results.length; i++) {