Skip to content

Commit

Permalink
prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Jul 30, 2024
1 parent e26b57a commit 345c6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export async function aggProviderHourlyRelayPayments(db: PostgresJsDatabase) {
// console.log("Checking for latestHourData - r.datehour:", r.datehour, "rTime:", rTime, "startTime:", startTime);
return rTime == startTime!.getTime();
});
console.log("latestHourData:", latestHourData);
// console.log("latestHourData:", latestHourData);

const remainingData = aggResults.filter(r => {
const rTime = (new Date(r.datehour)).getTime();
Expand Down

0 comments on commit 345c6d4

Please sign in to comment.