Skip to content

Commit

Permalink
log leechin ops
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed Mar 29, 2024
1 parent 56a60fc commit e6987a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {

if (object != null) {
var leeches: string[] = await object.json();

console.log(`ip-address: ${ipAddress} index: ${leeches.indexOf(ipAddress)} lookup: ${JSON.stringify(leeches)}`);
if (leeches.indexOf(ipAddress) >= 0) {
isLeech = true;
}
Expand Down

0 comments on commit e6987a4

Please sign in to comment.