Skip to content

Commit

Permalink
Update src/db/tables/onerep_scans.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mansaj authored Nov 20, 2024
1 parent 8ed685c commit a007c38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/db/tables/onerep_scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ async function getScanResultsWithBrokerUnderMaintenance(
new Date().getTime() - new Date(result.updated_at).getTime() >
200 * 24 * 60 * 60 * 1000,
);
console.log({ scanResults });
console.log(scanResults.length);

return { results: scanResults } as LatestOnerepScanData;
}
Expand Down

0 comments on commit a007c38

Please sign in to comment.