1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

no need to check values

This commit is contained in:
Kyle Spearrin 2019-03-13 09:42:18 -04:00
parent cbd0f15224
commit e6ee23fbe8

View File

@ -179,11 +179,6 @@ namespace Bit.Admin.HostedServices
foreach(var rule in listResponse.Result)
{
if(rule.Configuration?.Value != message)
{
continue;
}
await DeleteAccessRuleAsync(rule.Id);
}
}