Change how you send the desitnations

This commit is contained in:
Owen
2025-08-05 11:25:54 -07:00
parent f6440753b6
commit fe5c91db29
2 changed files with 51 additions and 164 deletions

View File

@@ -31,7 +31,7 @@ export const receiveBandwidth = async (
const currentTime = new Date();
const oneMinuteAgo = new Date(currentTime.getTime() - 60000); // 1 minute ago
logger.debug(`Received data: ${JSON.stringify(bandwidthData)}`);
// logger.debug(`Received data: ${JSON.stringify(bandwidthData)}`);
await db.transaction(async (trx) => {
// First, handle sites that are actively reporting bandwidth