diff --git a/src/Admin/HostedServices/BlockIpHostedService.cs b/src/Admin/HostedServices/BlockIpHostedService.cs index 365058d27..93a73d0b9 100644 --- a/src/Admin/HostedServices/BlockIpHostedService.cs +++ b/src/Admin/HostedServices/BlockIpHostedService.cs @@ -179,11 +179,6 @@ namespace Bit.Admin.HostedServices foreach(var rule in listResponse.Result) { - if(rule.Configuration?.Value != message) - { - continue; - } - await DeleteAccessRuleAsync(rule.Id); } }