Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh committed Jun 3, 2021
1 parent 36a6a1c commit 68b0db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function isBlockedURL(configuredUrl, blockedIPs) {
if (!ip) {
return false;
}

const isBlocked = blockedIPs.some((blockedIP) => new IPCIDR(blockedIP).contains(ip));
return isBlocked;
}
Expand Down

0 comments on commit 68b0db0

Please sign in to comment.