Change to continue
This commit is contained in:
parent
a5ac3ce6b2
commit
fbf37cfec2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -124,7 +124,7 @@ const reportIP = async (event, url, country, cycleErrorCounts) => {
|
||||||
if (!wasImageRequestLogged(ip, reportedIPs)) {
|
if (!wasImageRequestLogged(ip, reportedIPs)) {
|
||||||
logToCSV(event.rayName, ip, url, 'Skipped - Image Request', country);
|
logToCSV(event.rayName, ip, url, 'Skipped - Image Request', country);
|
||||||
|
|
||||||
if (imageRequestLogged) break;
|
if (imageRequestLogged) continue;
|
||||||
log('info', 'Skipping image requests in this cycle...');
|
log('info', 'Skipping image requests in this cycle...');
|
||||||
imageRequestLogged = true;
|
imageRequestLogged = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue