mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
no need to check values
This commit is contained in:
@ -179,11 +179,6 @@ namespace Bit.Admin.HostedServices
|
||||
|
||||
foreach(var rule in listResponse.Result)
|
||||
{
|
||||
if(rule.Configuration?.Value != message)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
await DeleteAccessRuleAsync(rule.Id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user