added daily json file to console
This commit is contained in:
parent
11b68574c9
commit
4197141162
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue