Change to continue

This commit is contained in:
Sefinek 2024-08-19 11:31:31 +02:00
parent a5ac3ce6b2
commit fbf37cfec2

View file

@ -124,7 +124,7 @@ const reportIP = async (event, url, country, cycleErrorCounts) => {
if (!wasImageRequestLogged(ip, reportedIPs)) {
logToCSV(event.rayName, ip, url, 'Skipped - Image Request', country);
if (imageRequestLogged) break;
if (imageRequestLogged) continue;
log('info', 'Skipping image requests in this cycle...');
imageRequestLogged = true;
}